updated docker compose files

This commit is contained in:
2024-11-05 13:48:34 +01:00
parent 72d4b93fdf
commit 493d5dde42
6 changed files with 18 additions and 18 deletions

View File

@@ -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: