Update docker-compose.yml

This commit is contained in:
LRVT
2023-03-01 11:12:19 +01:00
committed by GitHub
parent b4e7053962
commit e5358520ff

View File

@@ -1,4 +1,5 @@
version: "2.1" version: "2.1"
services: services:
prowlarr: prowlarr:
image: lscr.io/linuxserver/prowlarr:latest image: lscr.io/linuxserver/prowlarr:latest
@@ -6,7 +7,7 @@ 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}/prowlarr/config:/config - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/prowlarr/config:/config
ports: ports: