Update dockmon Docker Compose to simplify volume configuration

This commit is contained in:
2025-11-12 16:44:26 +01:00
parent b598006266
commit ead3ab2a76
+1 -4
View File
@@ -8,7 +8,7 @@ services:
environment:
- TZ=Europe/Bratislava
volumes:
- ./dockmon/dockmon_data:/app/data
- ./dockmon:/app/data
- /var/run/docker.sock:/var/run/docker.sock
healthcheck:
test: ["CMD", "curl", "-k", "-f", "https://localhost:443/health"]
@@ -23,6 +23,3 @@ services:
networks:
traefik-proxy:
external: true
volumes:
dockmon_data: