diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml index 021c8d5..3ea4482 100644 --- a/compose/docker-compose.yml +++ b/compose/docker-compose.yml @@ -73,7 +73,7 @@ services: labels: - autoheal=true healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080/health_checks/default"] + test: ["CMD", "curl", "-f", "http://localhost:8080${OPENPROJECT_RAILS__RELATIVE__URL__ROOT:-}/health_checks/default"] interval: 10s timeout: 3s retries: 3