Browse Source

Merge pull request #1272 from lalyos/patch-1

Update stack.yml to fix adminer connection
yosifkit 7 years ago
parent
commit
e3d3838321
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mysql/stack.yml

+ 1 - 0
mysql/stack.yml

@@ -5,6 +5,7 @@ services:
 
   db:
     image: mysql
+    command: --default-authentication-plugin=mysql_native_password
     restart: always
     environment:
       MYSQL_ROOT_PASSWORD: example