Last active
June 9, 2016 05:32
-
-
Save initcron/54fd41f4578de7babf48 to your computer and use it in GitHub Desktop.
docker-compose.yml for wordpress stack with wordress and mysql images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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