mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-27 07:03:36 +00:00
Update docker-compose.yml
This commit is contained in:
parent
6b67e9a1d1
commit
b8f58fcee0
@ -1,4 +1,5 @@
|
|||||||
version: "2.1"
|
version: "2.1"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
jackett:
|
jackett:
|
||||||
image: lscr.io/linuxserver/jackett:latest
|
image: lscr.io/linuxserver/jackett:latest
|
||||||
@ -6,7 +7,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=America/Chicago
|
- TZ=Europe/Berlin
|
||||||
- AUTO_UPDATE=true #optional
|
- AUTO_UPDATE=true #optional
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jackett/config:/config
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/jackett/config:/config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user