From 44a16f33b72c63b2e26ea699ebdf2e10cc113b65 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 19 May 2024 09:58:28 +0000 Subject: [PATCH] Remove old authentication plugin for scheidle stack. --- kimai-scheidle/docker-compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/kimai-scheidle/docker-compose.yaml b/kimai-scheidle/docker-compose.yaml index 80e2ff4..f2958f8 100644 --- a/kimai-scheidle/docker-compose.yaml +++ b/kimai-scheidle/docker-compose.yaml @@ -62,7 +62,6 @@ services: image: mysql:8 container_name: scheidle-db hostname: scheidle-db - command: --default-authentication-plugin=mysql_native_password restart: unless-stopped environment: MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}