mariadb: stack example to use MARIADB_ROOT_PASSWORD
Trying to use MariaDB names more so to highlight distinction from MySQL.
This commit is contained in:
parent
0b8c39fb20
commit
cf3a7fba4d
|
|
@ -7,7 +7,7 @@ services:
|
|||
image: mariadb
|
||||
restart: always
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: example
|
||||
MARIADB_ROOT_PASSWORD: example
|
||||
|
||||
adminer:
|
||||
image: adminer
|
||||
|
|
|
|||
Loading…
Reference in New Issue