Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Fixed docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tombee committed Sep 18, 2015
1 parent e1794dd commit 082ca44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Expand Up @@ -32,8 +32,7 @@ controller:
build: .
dockerfile: Dockerfile.build
entrypoint: /bin/bash
command: -c "sleep 5 && /go/src/github.com/shipyard/shipyard/controller/controller -D server --rethinkdb-addr rethinkdb:28015 -d tcp://swarm:2375"
working_dir: /go/src/github.com/shipyard/shipyard/controller
command: -c "make build && cd controller && ./controller -D server --rethinkdb-addr rethinkdb:28015 -d tcp://swarm:2375"
links:
- rethinkdb
- swarm
Expand Down

0 comments on commit 082ca44

Please sign in to comment.