diff --git a/docker-compose.yml b/docker-compose.yml index 4b95db1..70821aa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,7 +40,7 @@ services: postgres: condition: service_healthy ports: - - "127.0.0.1:5001:5001" + - "5001:5001" healthcheck: test: ["CMD-SHELL", "wget -qO- http://localhost:5001/api/v1/health || exit 1"] interval: 30s