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.
cli
1 parent 9506ea4 commit 4cc0469Copy full SHA for 4cc0469
docker-compose.yml
@@ -109,8 +109,8 @@ services:
109
WP_CONFIG_PATH: /var/www/wp-config.php
110
111
volumes:
112
- - ./tools/local-env/php-config.ini:/usr/local/etc/php/conf.d/php-config.ini
113
- ./:/var/www
+ - ./tools/local-env/ssl.cnf:/root/.my.cnf:ro
114
115
# Keeps the service alive.
116
command: 'sleep infinity'
tools/local-env/ssl.cnf
@@ -0,0 +1,14 @@
1
+[client]
2
+ssl-mode=DISABLED
3
+
4
+# for MariaDB client compatibility
5
+[mariadb]
6
+ssl=0
7
8
+# cover specific client tools that WP-CLI may call
9
+[mysql]
10
11
+[mysqladmin]
12
13
+[mysqldump]
14
0 commit comments