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:
|
||||
image: mysql
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
restart: always
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: example
|
||||
|
|
|
|||
Loading…
Reference in New Issue