Skip to content

Instantly share code, notes, and snippets.

@subfuzion
Created March 29, 2015 09:20
Show Gist options
  • Save subfuzion/498ee9b50a303162a72b to your computer and use it in GitHub Desktop.
Save subfuzion/498ee9b50a303162a72b to your computer and use it in GitHub Desktop.
Sample docker-compose.yml
web:
build: .
links:
- mongo
ports:
- "27017:27017"
mongo:
image: mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment