removed the volume env variable

This commit is contained in:
2026-03-13 22:27:04 -07:00
parent 954f782106
commit 1c42f2f3a4

View File

@@ -9,9 +9,9 @@ services:
ports: ports:
- ${SEERR_PORT}:5055 - ${SEERR_PORT}:5055
volumes: volumes:
- ${SEERR_VOLUME}:/app/config - seerr:/app/config
restart: unless-stopped restart: unless-stopped
volumes: volumes:
${SEERR_VOLUME}: seerr:
external: true external: true