summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 7450f6903..e6975682f 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -2,6 +2,7 @@ version: '2'
services:
mysql:
image: mysql
+ command: --default-authentication-plugin=mysql_native_password
environment:
- MYSQL_DATABASE=filebin
- MYSQL_USER=filebin