Fixes for MariaDB configuration
This commit is contained in:
@@ -42,6 +42,8 @@ services:
|
||||
- MYSQL_ROOT_USER=${MARIADB_ROOT_USER}
|
||||
- MYSQL_ROOT_PASSWORD=${MARIADB_ROOT_PASSWORD}
|
||||
- MYSQL_ALLOW_EMPTY_PASSWORD=no
|
||||
- MYSQL_USER=${MARIADB_USER}
|
||||
- MYSQL_PASSWORD=${MARIADB_PASS}
|
||||
ports:
|
||||
- "127.0.0.1:3306:3306"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user