diff --git a/docker-compose.yml b/docker-compose.yml index cb33a4ad1f..f52994d8bd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -97,7 +97,7 @@ services: entrypoint: ["/migrate-entrypoint.sh"] restart: "on-failure:3" healthcheck: - test: [] # Set the health check test to an empty value to disable it + test: [] # Set the health check test to an empty value to disable it ui: image: "ghcr.io/hotosm/fmtm/frontend:debug"