first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-01 19:06:40 +02:00
parent 9f2e88826d
commit eb1212bbee
23 changed files with 256 additions and 14 deletions

View File

@ -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
```