Remove old authentication plugin for scheidle stack.

This commit is contained in:
root
2024-05-19 09:58:28 +00:00
parent 8e83015249
commit 44a16f33b7

View File

@@ -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}