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}