Update docker-compose.yml

This commit is contained in:
maxscout
2025-10-05 10:33:04 -04:00
parent 043dda8d7d
commit f0688378fe

View File

@@ -21,7 +21,7 @@ services:
- ${UPLOAD_LOCATION}:/data
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
- stack.env
ports:
- "2283:2283"
depends_on:
@@ -42,7 +42,7 @@ services:
volumes:
- model-cache:/cache
env_file:
- .env
- stack.env
restart: always
healthcheck:
disable: false