mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
Fixed mysql trying to use unixsocket
This commit is contained in:
parent
81d4374183
commit
ce48bedabe
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
MYSQL_USER: root
|
||||
MYSQL_PASS: supersecret
|
||||
MYSQL_PORT: "3306"
|
||||
MYSQL_HOST: localhost
|
||||
MYSQL_HOST: "127.0.0.1"
|
||||
command:
|
||||
- "--webserver=yes"
|
||||
- "--api=yes"
|
||||
|
|
Loading…
Reference in a new issue