Add wordpress compose example

This commit is contained in:
Christine Dodrill 2015-10-05 21:57:03 -07:00
parent f45c9c3afa
commit b059086b51
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
wordpress:
image: wordpress
links:
- db:mysql
ports:
- 8080:80
db:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: example