14 lines
215 B
YAML
14 lines
215 B
YAML
|
---
|
||
|
http_host: "menus.greatbear.in"
|
||
|
http_conf: "menus.greatbear.in.conf"
|
||
|
|
||
|
container_name: menu-chd
|
||
|
image_name: wordpress:latest
|
||
|
|
||
|
db_name: "menu_chd"
|
||
|
db_user: "root"
|
||
|
db_pass: "123456"
|
||
|
db_host: "db"
|
||
|
|
||
|
web_port: "9180"
|