WUD Labels hinzugefügt

This commit is contained in:
2026-01-16 12:12:16 +01:00
parent c5cdfe184d
commit 0236a2efe8
5 changed files with 21 additions and 9 deletions
+6 -1
View File
@@ -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