WUD Labels hinzugefügt
This commit is contained in:
+6
-1
@@ -2,6 +2,8 @@ services:
|
||||
dozzle:
|
||||
container_name: dozzle
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- wud.watch=true
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
@@ -15,7 +17,10 @@ services:
|
||||
ports:
|
||||
- 9889:8080
|
||||
healthcheck:
|
||||
test: ["CMD", "/dozzle", "healthcheck"]
|
||||
test:
|
||||
- CMD
|
||||
- /dozzle
|
||||
- healthcheck
|
||||
interval: 3s
|
||||
timeout: 30s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user