Skip to content

Commit

Permalink
mariadb: stack example to use MARIADB_ROOT_PASSWORD
Browse files Browse the repository at this point in the history
Trying to use MariaDB names more so to highlight distinction
from MySQL.
  • Loading branch information
grooverdan committed Feb 13, 2022
1 parent 0b8c39f commit cf3a7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariadb/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
image: mariadb
restart: always
environment:
MYSQL_ROOT_PASSWORD: example
MARIADB_ROOT_PASSWORD: example

adminer:
image: adminer
Expand Down

0 comments on commit cf3a7fb

Please sign in to comment.