Skip to content

Instantly share code, notes, and snippets.

@harshadyeola
Created December 10, 2015 11:10
Show Gist options
  • Save harshadyeola/0f0f1dbd4b38f0e20bc1 to your computer and use it in GitHub Desktop.
Save harshadyeola/0f0f1dbd4b38f0e20bc1 to your computer and use it in GitHub Desktop.
web:
build: .
command: php -S 0.0.0.0:8000 -t /code
ports:
- "8000:8000"
links:
- db
volumes:
- .:/code
db:
image: orchardup/mysql
environment:
MYSQL_DATABASE: wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment