Update stack.yml to fix adminer connection

adminer has connectivity issues with mysql versions from 8.0.
This commit is contained in:
Lajos Papp 2018-07-16 15:27:44 +02:00 committed by lalyos
parent e61487227a
commit b664a62bb7
1 changed files with 1 additions and 0 deletions

View File

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