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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
version: "2.1"
services:
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
@ -6,9 +7,9 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
- TZ=Europe/Berlin
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/prowlarr/config:/config
ports:
- 9696:9696
restart: unless-stopped
restart: unless-stopped