Remove default authentication plugin from semaphore db.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user