This commit is contained in:
parent
0491e3026d
commit
11e86a731f
@ -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=
|
||||
```
|
@ -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=
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user