A mysql root password is needed
This commit is contained in:
@@ -7,9 +7,7 @@ services:
|
||||
image: mariadb:latest
|
||||
restart: always
|
||||
environment:
|
||||
{%- if db.root_pw is defined %}
|
||||
MARIADB_ROOT_PASSWORD: {{ db.root_pw }}
|
||||
{%- endif %}
|
||||
MARIADB_USER: {{ db.user }}
|
||||
MARIADB_PASSWORD: {{ db.user_pw }}
|
||||
MARIADB_DATABASE: {{ db.db }}
|
||||
|
||||
Reference in New Issue
Block a user