fix: app config for jellyseerr

This commit is contained in:
2025-12-21 17:24:33 +00:00
parent 69ac3adea8
commit cc615cc885

View File

@@ -43,7 +43,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=Etc/UTC - TZ=Etc/UTC
volumes: volumes:
- ${DOCKER_PATH}/jellyseerr/config:/config - ${DOCKER_PATH}/jellyseerr/config:/app/config
expose: expose:
- 5055 - 5055
restart: unless-stopped restart: unless-stopped