Merge "Fix the slow start of mariadb container"

This commit is contained in:
Zuul 2020-07-18 12:08:40 +00:00 committed by Gerrit Code Review
commit 39b0df0a6b

View File

@ -626,6 +626,7 @@ class BaseMySqlApp(object):
user=user,
environment={
"MYSQL_ROOT_PASSWORD": root_pass,
"MYSQL_INITDB_SKIP_TZINFO": 1,
},
command=command
)