removed the volume env variable
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user