This commit is contained in:
parent
0491e3026d
commit
11e86a731f
@ -11,15 +11,12 @@ services:
|
|||||||
- PGID=${PGID-1000}
|
- PGID=${PGID-1000}
|
||||||
- TZ=${TZ-Europe/Amsterdam}
|
- TZ=${TZ-Europe/Amsterdam}
|
||||||
volumes:
|
volumes:
|
||||||
- dillinger:/config
|
- ${DOCKER_FOLDER}/dillinger:/config
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- ${PORT-8080}:8080
|
||||||
restart: ${RST-unless-stopped}
|
restart: ${RST-unless-stopped}
|
||||||
labels:
|
labels:
|
||||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||||
|
|
||||||
volumes:
|
|
||||||
dillinger:
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Environments:
|
Environments:
|
||||||
@ -31,4 +28,6 @@ PUID=${PUID-1000}
|
|||||||
PGID=${PGID-1000}
|
PGID=${PGID-1000}
|
||||||
TZ=Europe/Lisbon
|
TZ=Europe/Lisbon
|
||||||
AutoUpdate=true
|
AutoUpdate=true
|
||||||
|
PORT=8080
|
||||||
|
DOCKER_FOLDER=
|
||||||
```
|
```
|
@ -14,15 +14,12 @@ services:
|
|||||||
- SUBFOLDER=/
|
- SUBFOLDER=/
|
||||||
- KEYBOARD=en-us-qwerty
|
- KEYBOARD=en-us-qwerty
|
||||||
volumes:
|
volumes:
|
||||||
- digikam:/config
|
- ${DOCKER_FOLDER}/digikam:/config
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- ${PORT=3000}:3000
|
||||||
restart: ${RST-unless-stopped}
|
restart: ${RST-unless-stopped}
|
||||||
labels:
|
labels:
|
||||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||||
|
|
||||||
volumes:
|
|
||||||
digikam:
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Environments:
|
Environments:
|
||||||
@ -34,4 +31,6 @@ PUID=${PUID-1000}
|
|||||||
PGID=${PGID-1000}
|
PGID=${PGID-1000}
|
||||||
TZ=Europe/Lisbon
|
TZ=Europe/Lisbon
|
||||||
AutoUpdate=true
|
AutoUpdate=true
|
||||||
|
PORT=3000
|
||||||
|
DOCKER_FOLDER=
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user