Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update docker-compose.yml
John Gasper committed May 16, 2018
1 parent 1df10e8 commit 789ac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-compose/docker-compose.yml
@@ -3,7 +3,7 @@ version: "3.3"
services:
daemon:
build: ./daemon/
command: bash -c "while ! curl -s data:3306 > /dev/null; do echo waiting for mysql to start; sleep 3; done; exec daemon"
command: bash -c "while ! curl -s data:3306 > /dev/null; do echo waiting for mysql to start; sleep 3; done; while ! curl -s ldap://data:389 > /dev/null; do echo waiting for ldap to start; sleep 3; done; exec daemon"
depends_on:
- data
environment:

0 comments on commit 789ac59

Please sign in to comment.