diff --git a/.testing/docker-compose.yml b/.testing/docker-compose.yml index 185d24a..075184b 100644 --- a/.testing/docker-compose.yml +++ b/.testing/docker-compose.yml @@ -14,7 +14,7 @@ services: start_period: 60s timeout: 3s interval: 15s - test: "curl -f http://localhost:8080/api/ || exit 1" + test: "curl -f http://localhost:8080/login/ || exit 1" ports: - "9999:8080"