Skip to content

Instantly share code, notes, and snippets.

@initcron
Last active June 9, 2016 05:32
Show Gist options
  • Select an option

  • Save initcron/54fd41f4578de7babf48 to your computer and use it in GitHub Desktop.

Select an option

Save initcron/54fd41f4578de7babf48 to your computer and use it in GitHub Desktop.
docker-compose.yml for wordpress stack with wordress and mysql images
wordpress:
image: wordpress
links:
- db:mysql
ports:
- 80
db:
image: mysql
environment:
MYSQL_ROOT_PASSWORD: password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment