Explorar o código

Update stack.yml to fix adminer connection

adminer has connectivity issues with mysql versions from 8.0.
Lajos Papp %!s(int64=7) %!d(string=hai) anos
pai
achega
b664a62bb7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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