Updated seerr compose file
This commit is contained in:
@@ -4,10 +4,10 @@ services:
|
|||||||
init: true
|
init: true
|
||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=debug
|
- LOG_LEVEL=debug
|
||||||
- TZ=America/Los_Angeles
|
- TZ=${SEERR_TZ}
|
||||||
- PORT=5055
|
- PORT=5055
|
||||||
ports:
|
ports:
|
||||||
- 5055:5055
|
- ${SEERR_PORT}:5055
|
||||||
volumes:
|
volumes:
|
||||||
- /home/{username}/config/seerr:/app/config
|
- /home/${username}/config/seerr:/app/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user