Skip to content

Instantly share code, notes, and snippets.

@colinpetruno
Created July 22, 2015 20:55
Show Gist options
  • Save colinpetruno/b02d9bcec23ab72586b1 to your computer and use it in GitHub Desktop.
Save colinpetruno/b02d9bcec23ab72586b1 to your computer and use it in GitHub Desktop.
Docker Compose Base
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