iGeeky/wolf

docker-compose fast-start instance, can't change password in client by default?

ak476565 opened this issue · 2 comments

搜狗截图21年02月08日1212_3

所有权限都开了

docker-compose.yaml is configured to not allow password changes by default, see here:
https://github.com/iGeeky/wolf/blob/master/quick-start-with-docker/docker-compose.yaml#L26
If you need to change the password, please change the CLIENT_CHANGE_PWD value to yes.
Then docker-compose down, and restart the instance.

its work, tks