Merge "Fix the slow start of mariadb container"
This commit is contained in:
commit
39b0df0a6b
@ -626,6 +626,7 @@ class BaseMySqlApp(object):
|
|||||||
user=user,
|
user=user,
|
||||||
environment={
|
environment={
|
||||||
"MYSQL_ROOT_PASSWORD": root_pass,
|
"MYSQL_ROOT_PASSWORD": root_pass,
|
||||||
|
"MYSQL_INITDB_SKIP_TZINFO": 1,
|
||||||
},
|
},
|
||||||
command=command
|
command=command
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user