11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
# 'db' as in the db container. If you chance db container's name, change it here too.
|
|
DB_HOST=db
|
|
|
|
DB_USER=wordpress
|
|
DB_PWD=supersecretpassword
|
|
|
|
# name of the database
|
|
DB_NAME=wordpress
|
|
|
|
# pwd of "root" user. Change this. Seriously.
|
|
DB_ROOT_PASSWORD=blowfish |