mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -25,6 +25,7 @@ services:
|
||||
homepage.server: my-docker
|
||||
homepage.weight: '1'
|
||||
wud.display.icon: mdi:evernote
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
ports:
|
||||
- 8980:8080
|
||||
@ -50,7 +51,7 @@ services:
|
||||
timeout: 10s
|
||||
image: ${DOCKER_REGISTRY:-}postgres:16
|
||||
labels:
|
||||
wud.watch: 'false'
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user