Skip to content

Commit

Permalink
Fix compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Aug 10, 2016
1 parent 6e303b7 commit 368bfcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crossdock/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:
crossdock:
image: crossdock/crossdock
links:
- go, python
- go
- python
environment:
- WAIT_FOR=go

Expand All @@ -25,4 +26,5 @@ services:

python:
image: tchannelhub/xdock-py
ports:
- "8080-8082"

0 comments on commit 368bfcb

Please sign in to comment.