Skip to content

Instantly share code, notes, and snippets.

@roblayton
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roblayton/a4f474f3ae8e8f4e1241 to your computer and use it in GitHub Desktop.
Save roblayton/a4f474f3ae8e8f4e1241 to your computer and use it in GitHub Desktop.
Example Docker Compose File
web:
image: "youraccount/yourrepo:1.0.0"
ports:
- "8080:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment