Skip to content

Instantly share code, notes, and snippets.

@dvdasari
Created December 17, 2014 05:05
Show Gist options
  • Save dvdasari/3aca430dac212fb5756d to your computer and use it in GitHub Desktop.
Save dvdasari/3aca430dac212fb5756d to your computer and use it in GitHub Desktop.
db:
image: mysql
ports:
- "3306"
web:
build: .
command: bundle exec rails server -p3500
volumes:
- .:/myapp
ports:
- "3500:3500"
links:
- db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment