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}