Skip to content

Commit e61b548

Browse files
committed
Instruct the mysql binary to not verify SSL certs.
1 parent dde9c80 commit e61b548

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ services:
110110

111111
volumes:
112112
- ./:/var/www
113+
- ./tools/local-env/mysql-client.cnf:/etc/mysql/conf.d/no-ssl.cnf:ro
113114

114115
# Keeps the service alive.
115116
command: 'sleep infinity'

tools/local-env/mysql-client.cnf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[client]
2+
ssl=0

0 commit comments

Comments
 (0)