From 83f8e6a1e4142a5001f2c3bd753ceafc7fe57dd0 Mon Sep 17 00:00:00 2001 From: Mateusz Trojak Date: Tue, 27 Sep 2016 15:05:54 +0200 Subject: [PATCH] Update circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 2fe2428..187a397 100644 --- a/circle.yml +++ b/circle.yml @@ -14,6 +14,6 @@ test: - docker ps - docker-compose logs; sleep 3 override: -# - curl --retry 10 --retry-delay 5 -v http://localhost:3000 + - curl --retry 10 --retry-delay 5 -v http://localhost:3001 - curl --retry 10 --retry-delay 5 -v http://localhost:8083 - curl --retry 10 --retry-delay 5 -v http://localhost:8086