Update docker-compose
This commit is contained in:
@@ -7,12 +7,10 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- local
|
- local
|
||||||
environment:
|
environment:
|
||||||
- PUID=${ENV_PUID}
|
- PUID=1000
|
||||||
- PGID=${ENV_PGID}
|
- PGID=1000
|
||||||
- TZ=${TIMEZONE}
|
- TZ=Europe/Berlin
|
||||||
|
|
||||||
environment:
|
|
||||||
SONARR_HOST: "http://sonarr:8989"
|
SONARR_HOST: "http://sonarr:8989"
|
||||||
SONARR_API_KEY: ${SONARR_API_KEY}
|
SONARR_API_KEY: "API_KEY"
|
||||||
ports:
|
ports:
|
||||||
- "5005:5005"
|
- "5005:5005"
|
||||||
|
|||||||
Reference in New Issue
Block a user