File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ jobs:
18
18
mariadb :
19
19
image : mariadb
20
20
env :
21
+ MARIADB_MYSQL_LOCALHOST_USER : 1
22
+ MARIADB_MYSQL_LOCALHOST_GRANTS : USAGE
21
23
MYSQL_DATABASE : framework-tests
22
24
MYSQL_ROOT_PASSWORD : password
23
25
ports :
24
26
- 3306:3306
25
- options : --health-cmd="mysqladmin ping " --health-interval=10s --health-timeout=5s --health-retries=3
27
+ options : --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized " --health-interval=10s --health-timeout=5s --health-retries=3
26
28
27
29
memcached :
28
30
image : memcached
@@ -94,11 +96,13 @@ jobs:
94
96
mariadb :
95
97
image : mariadb
96
98
env :
99
+ MARIADB_MYSQL_LOCALHOST_USER : 1
100
+ MARIADB_MYSQL_LOCALHOST_GRANTS : USAGE
97
101
MYSQL_DATABASE : framework-tests
98
102
MYSQL_ROOT_PASSWORD : password
99
103
ports :
100
104
- 3306:3306
101
- options : --health-cmd="mysqladmin ping " --health-interval=10s --health-timeout=5s --health-retries=3
105
+ options : --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized " --health-interval=10s --health-timeout=5s --health-retries=3
102
106
103
107
memcached :
104
108
image : memcached
You can’t perform that action at this time.
0 commit comments