Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Fix container port numbers in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adammcmaster committed Sep 28, 2015
1 parent 066d85b commit b70f762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ anzac:
- mongodb:mongodb
command: anzac
ports:
- 3000:3000
- 3000:80

whale_tales:
build: .
links:
- mongodb:mongodb
command: whale_tales
ports:
- 3000:3000
- 3000:80

emigrant:
build: .
links:
- mongodb:mongodb
command: emigrant
ports:
- 3000:3000
- 3000:80

0 comments on commit b70f762

Please sign in to comment.