Update docker-compose.yml to set mysql-native-password option for ghost-db service

This commit is contained in:
2024-05-25 19:30:05 +08:00
parent d75b2a37f6
commit 2f8bcc4f94
+2 -1
View File
@@ -240,10 +240,11 @@ services:
ghost-db:
image: mysql:8
container_name: ghost-db
security_opt:
- seccomp:unconfined
restart: always
command: --default-authentication-plugin=mysql_native_password
command: --mysql-native-password=ON
environment:
MYSQL_ROOT_PASSWORD: ${POSTGRES_PASSWORD}
volumes: