Skip to content

Commit e156938

Browse files
committed
fix: Disable MySQL SSL and remove deprecated docker-compose version
1 parent 1494c0f commit e156938

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/faustwp/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.6'
2-
31
services:
42
wordpress:
53
build:
@@ -27,6 +25,7 @@ services:
2725
db:
2826
image: mysql:8
2927
restart: always
28+
command: --ssl=0
3029
ports:
3130
- 33066:3306
3231
environment:

0 commit comments

Comments
 (0)