Skip to content

Instantly share code, notes, and snippets.

@piotrekkaminski
Last active July 29, 2016 18:55
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 piotrekkaminski/1a86b101d610f5d6c7ccf025b10e07cd to your computer and use it in GitHub Desktop.
Save piotrekkaminski/1a86b101d610f5d6c7ccf025b10e07cd to your computer and use it in GitHub Desktop.
version: '2'
services:
web:
build: .
ports:
- "80:80"
volumes:
- ./data:/var/www
links:
- db
env_file:
- env
db:
image: mysql:5.6.23
env_file:
- env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment