This commit is contained in:
@ -18,7 +18,18 @@ services:
|
||||
- /media/kids:/kids
|
||||
ports:
|
||||
- 6767:6767
|
||||
restart: TZ="${TZ-Europe/Amsterdam}"
|
||||
restart: ${RST-unless-stopped}
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
```
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
Reference in New Issue
Block a user