Remove default authentication plugin from semaphore db.

This commit is contained in:
2024-05-04 10:18:50 +02:00
parent ef25f30a1e
commit dbca088b61

View File

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