Skip to content

Commit

Permalink
Docker-compose dependencies hopefully will not cause race conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Aug 5, 2019
1 parent 77642da commit 940c6d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ services:
hard: -1
volumes:
- esdata2:/usr/share/elasticsearch/data
depends_on:
- elasticsearch
networks:
- esnet
mysql-keycloak:
Expand Down

0 comments on commit 940c6d7

Please sign in to comment.