Skip to content

Commit f03ca92

Browse files
authored
Merge pull request #61 from cron-eu/fix-mysql-client
Fix mysql client requiring ssl
2 parents aa3e1b1 + 414dc9a commit f03ca92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

files/ssh/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ host=${DB_HOST}
107107
port=${DB_PORT}
108108
user=${DB_USER}
109109
password=${DB_PASS}
110+
skip-ssl=true
111+
110112
EOF
111113

112114
if ! ct --version | grep 2.5.4 >/dev/null

0 commit comments

Comments
 (0)