We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0680088 commit eb22341Copy full SHA for eb22341
plugins/wpgraphql-logging/docker-compose.yml
@@ -12,6 +12,7 @@ services:
12
environment:
13
WP_VERSION: ${WP_VERSION}
14
PHP_VERSION: ${PHP_VERSION}
15
+ MYSQL_SSL_MODE: DISABLED
16
env_file:
17
- .env
18
user: root
@@ -33,7 +34,7 @@ services:
33
34
MYSQL_USER: ${WORDPRESS_DB_USER}
35
MYSQL_PASSWORD: ${WORDPRESS_DB_PASSWORD}
36
MYSQL_DATABASE: ${WORDPRESS_DB_NAME}
- command: --ssl=0 --require-secure-transport=OFF
37
+ command: --skip-ssl --ssl=0 --require-secure-transport=OFF
38
volumes:
39
- db:/var/lib/mysql
40
networks:
0 commit comments