fix: change checkmk container restart policy to 'unless-stopped'

This commit is contained in:
2026-01-19 00:08:16 +01:00
parent 6970279311
commit 6d97246997
+1 -1
View File
@@ -13,7 +13,7 @@ services:
ports: ports:
- 5000:5000 - 5000:5000
- 6776:8000 - 6776:8000
restart: always restart: unless-stopped
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.docker.network=proxy" - "traefik.docker.network=proxy"