Merge pull request #1272 from lalyos/patch-1
Update stack.yml to fix adminer connection
This commit is contained in:
commit
e3d3838321
|
|
@ -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