Skip to content

Commit 7a68804

Browse files
committed
fix: Remove invalid --ssl=0 MySQL option causing container crash loop
1 parent 1b0cf84 commit 7a68804

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/faustwp/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ services:
2525
db:
2626
image: mysql:8
2727
restart: always
28-
command: --ssl=0
2928
ports:
3029
- 33066:3306
3130
environment:

0 commit comments

Comments
 (0)