From dbca088b6168f9919ee9a9f657531b07d50a4662 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 4 May 2024 10:18:50 +0200 Subject: [PATCH] Remove default authentication plugin from semaphore db. --- automation/docker-compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/automation/docker-compose.yaml b/automation/docker-compose.yaml index 43d0a58..c4792d6 100644 --- a/automation/docker-compose.yaml +++ b/automation/docker-compose.yaml @@ -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}