Skip to content

Instantly share code, notes, and snippets.

@aherve
Created March 9, 2016 13:52
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 aherve/b6abe37c063ddc47a68a to your computer and use it in GitHub Desktop.
Save aherve/b6abe37c063ddc47a68a to your computer and use it in GitHub Desktop.
web:
image: wordpress
links:
- mysql
environment:
- WORDPRESS_DB_PASSWORD=myPass
working_dir: /var/www/html
volumes_from:
- data
ports:
- "80:80"
mysql:
image: tutum/mysql
volumes_from:
- data
environment:
- MYSQL_PASS=myPass
- MYSQL_DATABASE=wordpress
data:
image: busybox
volumes:
- /var/www/html/wp-content
- /var/lib/mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment