Created
July 22, 2015 20:55
-
-
Save colinpetruno/b02d9bcec23ab72586b1 to your computer and use it in GitHub Desktop.
Docker Compose Base
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
web: | |
build: . | |
command: bin/rails server -p 4567 -b '0.0.0.0' | |
volumes: | |
- .:/app/<app-name> | |
ports: | |
- 4567:4567 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment