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

This commit is contained in:
Sthope 2022-08-07 15:29:55 +02:00
parent 0491e3026d
commit 11e86a731f
2 changed files with 8 additions and 10 deletions

View File

@ -11,15 +11,12 @@ services:
- PGID=${PGID-1000}
- TZ=${TZ-Europe/Amsterdam}
volumes:
- dillinger:/config
- ${DOCKER_FOLDER}/dillinger:/config
ports:
- 8080:8080
- ${PORT-8080}:8080
restart: ${RST-unless-stopped}
labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
volumes:
dillinger:
```
Environments:
@ -31,4 +28,6 @@ PUID=${PUID-1000}
PGID=${PGID-1000}
TZ=Europe/Lisbon
AutoUpdate=true
PORT=8080
DOCKER_FOLDER=
```

View File

@ -14,15 +14,12 @@ services:
- SUBFOLDER=/
- KEYBOARD=en-us-qwerty
volumes:
- digikam:/config
- ${DOCKER_FOLDER}/digikam:/config
ports:
- 3000:3000
- ${PORT=3000}:3000
restart: ${RST-unless-stopped}
labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
volumes:
digikam:
```
Environments:
@ -34,4 +31,6 @@ PUID=${PUID-1000}
PGID=${PGID-1000}
TZ=Europe/Lisbon
AutoUpdate=true
PORT=3000
DOCKER_FOLDER=
```