Actualiser compose.yml

This commit is contained in:
2026-01-11 17:28:38 +01:00
parent 24f81287aa
commit b3ede0b8e2

View File

@@ -12,7 +12,7 @@ services:
env_file:
- daemon.env
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:${SCANOPY_DAEMON_PORT}/api/health || exit 1"]
test: ["CMD-SHELL", "curl -f http://localhost:60073/api/health || exit 1"]
interval: 5s
timeout: 3s
retries: 15