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:
Daniel Black 2022-02-09 15:10:49 +11:00
parent 0b8c39fb20
commit cf3a7fba4d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
image: mariadb
restart: always
environment:
MYSQL_ROOT_PASSWORD: example
MARIADB_ROOT_PASSWORD: example
adminer:
image: adminer