Update stack.yml to fix adminer connection
adminer has connectivity issues with mysql versions from 8.0.
This commit is contained in:
parent
e61487227a
commit
b664a62bb7
|
|
@ -5,6 +5,7 @@ services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql
|
image: mysql
|
||||||
|
command: --default-authentication-plugin=mysql_native_password
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: example
|
MYSQL_ROOT_PASSWORD: example
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue