Add wordpress compose example
This commit is contained in:
parent
f45c9c3afa
commit
b059086b51
compose/wordpress
|
@ -0,0 +1,11 @@
|
|||
wordpress:
|
||||
image: wordpress
|
||||
links:
|
||||
- db:mysql
|
||||
ports:
|
||||
- 8080:80
|
||||
|
||||
db:
|
||||
image: mariadb
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: example
|
Loading…
Reference in New Issue