Update docker-compose.yml

This commit is contained in:
LRVT 2023-03-01 11:12:44 +01:00 committed by GitHub
parent e5358520ff
commit c6fd901e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
version: "2.1" version: "2.1"
services: services:
radarr: radarr:
image: lscr.io/linuxserver/radarr:latest image: lscr.io/linuxserver/radarr:latest
@ -6,11 +7,11 @@ services:
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=America/Chicago - TZ=Europe/Berlin
volumes: volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/radarr/config:/config - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/radarr/config:/config
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/radarr/movies:/movies - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/radarr/movies:/movies
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/radarr/downloads:/downloads # Should be the same as the download client's folder - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/radarr/downloads:/downloads # Should be the same as the download client's folder
ports: ports:
- 7878:7878 - 7878:7878
restart: unless-stopped restart: unless-stopped