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:
- ${SEERR_PORT}:5055
volumes:
- ${SEERR_VOLUME}:/app/config
- seerr:/app/config
restart: unless-stopped
volumes:
${SEERR_VOLUME}:
seerr:
external: true