Skip to content

Commit 23abea6

Browse files
committed
Fix for docker-compose.
1 parent 0629d98 commit 23abea6

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
@@ -17,7 +17,8 @@ services:
1717
- .env
1818
user: root
1919
depends_on:
20-
- mysql
20+
mysql:
21+
condition: service_healthy
2122
volumes:
2223
- wordpress_data:/var/www/html
2324
- ./:/var/www/html/wp-content/plugins/${PLUGIN_SLUG}

0 commit comments

Comments
 (0)