Skip to content

Instantly share code, notes, and snippets.

@Servuc
Created August 7, 2018 11:18
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 Servuc/b0bd4c5cc0d09abc6bf430617423c6f4 to your computer and use it in GitHub Desktop.
Save Servuc/b0bd4c5cc0d09abc6bf430617423c6f4 to your computer and use it in GitHub Desktop.
Example of docker-compose.yml
version: '3'
services:
web:
build: .
ports:
- "5000:5000"
redis:
image: "redis:alpine"
# From : https://docs.docker.com/compose/gettingstarted/#step-3-define-services-in-a-compose-file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment