Skip to content

Commit 1b71465

Browse files
committed
fix: Disable MySQL SSL and remove deprecated docker-compose version
1 parent f2bd740 commit 1b71465

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)