Add DB variables to compose file

it will be configured automatically and we don't need to run `cli` to configure
This commit is contained in:
Pavel Dohnal
2018-01-18 10:00:36 +00:00
parent b683ae0bc1
commit e77d00b179

View File

@ -32,6 +32,8 @@ services:
- 8080:80
environment:
WORDPRESS_DB_PASSWORD: wordpress
WORDPRESS_DB_USER: wordpress
WORDPRESS_DB_NAME: wordpress
WORDPRESS_TABLE_PREFIX: mp_
mysql:
image: mysql:5.6