mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 16:36:00 +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:
|
ghost-db:
|
||||||
image: mysql:8
|
image: mysql:8
|
||||||
|
container_name: ghost-db
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
restart: always
|
restart: always
|
||||||
command: --default-authentication-plugin=mysql_native_password
|
command: --mysql-native-password=ON
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: ${POSTGRES_PASSWORD}
|
MYSQL_ROOT_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user