Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose.yaml configure dashboard is not valid. #647

Closed
wkii opened this issue Feb 21, 2021 · 2 comments
Closed

docker-compose.yaml configure dashboard is not valid. #647

wkii opened this issue Feb 21, 2021 · 2 comments

Comments

@wkii
Copy link

wkii commented Feb 21, 2021

Environment

emqx docker-compose.yaml configure dashboard is not valid.

...
environment:
      - "EMQX_NAME=emqx"
      - "EMQX_LOADED_PLUGINS=emqx_auth_mysql,emqx_management,emqx_recon,emqx_retainer,emqx_rule_engine,emqx_dashboard"
      - "EMQX_ALLOW_ANONYMOUS=false"
      # dashboard default pass to:  dashboard.default_user.password = public
      - "EMQX_DASHBOARD__DEFAULT__USER__PASSWORD=123456"
...

this EMQX_DASHBOARD__DEFAULT__USER__PASSWORD is not valid.

  • OS: linux
  • Erlang/OTP:
  • EMQ: 4.2.7

Description

A description of the issue

@HJianBo
Copy link
Member

HJianBo commented Feb 22, 2021

Pls use EMQX_DASHBOARD__DEFAULT_USER__PASSWORD

Use two underscores for periods only.

@wkii
Copy link
Author

wkii commented Feb 23, 2021

oh ......
Thanks. it's working.

@wkii wkii closed this as completed Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants