Remove default authentication plugin from bookstack db.

This commit is contained in:
2024-05-04 10:10:25 +02:00
parent 23bf591c9c
commit 315f4eb040

View File

@@ -44,7 +44,6 @@ services:
image: mysql:8
container_name: bookstack-db
hostname: bookstack-db
command: --default-authentication-plugin=mysql_native_password
restart: unless-stopped
environment:
MYSQL_ROOT_PASSWORD: ${DB_PASS}