Skip to content

Commit eb22341

Browse files
committed
Updating docker compose file to fix the issue for 6.8 with SSL required.
1 parent 0680088 commit eb22341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/wpgraphql-logging/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
environment:
1313
WP_VERSION: ${WP_VERSION}
1414
PHP_VERSION: ${PHP_VERSION}
15+
MYSQL_SSL_MODE: DISABLED
1516
env_file:
1617
- .env
1718
user: root
@@ -33,7 +34,7 @@ services:
3334
MYSQL_USER: ${WORDPRESS_DB_USER}
3435
MYSQL_PASSWORD: ${WORDPRESS_DB_PASSWORD}
3536
MYSQL_DATABASE: ${WORDPRESS_DB_NAME}
36-
command: --ssl=0 --require-secure-transport=OFF
37+
command: --skip-ssl --ssl=0 --require-secure-transport=OFF
3738
volumes:
3839
- db:/var/lib/mysql
3940
networks:

0 commit comments

Comments
 (0)