mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
Update docker-compose.yml
This commit is contained in:
parent
6b67e9a1d1
commit
b8f58fcee0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user