Skip to content

Commit 5525b94

Browse files
committed
Fixes.
1 parent d75c12c commit 5525b94

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

plugins/wpgraphql-logging/docker-compose.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,18 @@ services:
1212
environment:
1313
WP_VERSION: ${WP_VERSION}
1414
PHP_VERSION: ${PHP_VERSION}
15-
MYSQL_SSL_MODE: DISABLED
1615
env_file:
1716
- .env
1817
user: root
1918
depends_on:
20-
mysql:
21-
condition: service_healthy
19+
- mysql
2220
volumes:
2321
- wordpress_data:/var/www/html
2422
- ./:/var/www/html/wp-content/plugins/${PLUGIN_SLUG}
2523
networks:
2624
- plugin_network
2725

2826
mysql:
29-
healthcheck:
30-
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
31-
interval: 10s
32-
timeout: 5s
33-
retries: 10
3427
image: mariadb:10.2.7
3528
restart: always
3629
ports:

0 commit comments

Comments
 (0)