mirror of
https://github.com/clearlinux/docs.git
synced 2026-04-29 03:13:37 +00:00
12 lines
147 B
YAML
12 lines
147 B
YAML
wordpress:
|
|
image: wordpress
|
|
links:
|
|
- db:mysql
|
|
ports:
|
|
- 8080:80
|
|
|
|
db:
|
|
image: mariadb
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: example
|