mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-20 07:01:04 +00:00
Update docker-compose.yml to set mysql-native-password option for ghost-db service
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user