fix: config path

This commit is contained in:
2026-02-01 01:43:50 +00:00
parent 6b3719db95
commit 0e0ed404fd

View File

@@ -9,7 +9,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- ${DOCKER_PATH}/jellysweep/config.yml:/app/config.yml - ${DOCKER_PATH}/jellysweep/config:/app/config
- ${MEDIA_PATH}:/media - ${MEDIA_PATH}:/media
expose: expose:
- 3002 - 3002