Update docker-compose

This commit is contained in:
pcjones
2024-02-12 02:36:12 +01:00
parent 8df44d514f
commit 458d23e4a2

View File

@@ -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"