Update docker-compose.yml

This commit is contained in:
LRVT 2023-03-01 11:05:51 +01:00 committed by GitHub
parent 6b67e9a1d1
commit b8f58fcee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
version: "2.1"
services:
jackett:
image: lscr.io/linuxserver/jackett:latest
@ -6,11 +7,11 @@ services:
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
- TZ=Europe/Berlin
- AUTO_UPDATE=true #optional
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jackett/config:/config
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jackett/downloads:/downloads
ports:
- 9117:9117
restart: unless-stopped
restart: unless-stopped