docker-compose fast-start instance, can't change password in client by default?
ak476565 opened this issue · 2 comments
ak476565 commented
iGeeky commented
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.
ak476565 commented
its work, tks