updated docker compose files
This commit is contained in:
@@ -2,7 +2,7 @@ version: '2.4'
|
||||
|
||||
services:
|
||||
octoprint:
|
||||
image: octoprint/octoprint
|
||||
image: octoprint/octoprint:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8088:80
|
||||
@@ -16,7 +16,7 @@ services:
|
||||
# you add a video device
|
||||
#environment:
|
||||
# - ENABLE_MJPG_STREAMER=true
|
||||
|
||||
|
||||
####
|
||||
# uncomment if you wish to edit the configuration files of octoprint
|
||||
# refer to docs on configuration editing for more information
|
||||
@@ -37,4 +37,4 @@ services:
|
||||
# - octoprint:/octoprint
|
||||
|
||||
volumes:
|
||||
octoprint:
|
||||
octoprint:
|
||||
|
||||
Reference in New Issue
Block a user