-
Notifications
You must be signed in to change notification settings - Fork 84
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
Default Username / Password not working in latest image #23
Comments
The new process for building and using this image is here: https://github.com/key-networks/ztncui-aio Note that you need an environment file (example 'denv' is provided in the git repo) that specifies the password. Let us know if this helps. |
@key-networks |
never mind , it's working now |
I think you need give some tips when first login with username |
Of course I see the tips from repo cat /var/log/docker-ztncui.log But it doesn't work. |
I finally solved by set an env variable |
I am running into same issue even with the env variable.
trying logging in with
where I don't see any mention of password. @mmdjiji could you by chance post exact steps how you made it work ? |
Delete the volumes and recreate the docker container helps |
Have the exact same issue. Trued deleting container and volumes many times, still no luck |
Don't do |
docker run --env ZTNCUI_PASSWD=password --name ztncui -dp 3443:3443 keynetworks/ztncui |
docker运行”docker run --env ZTNCUI_PASSWD=password --name ztncui -d -p 3443:3443 keynetworks/ztncui“来拉取下载即可。 |
It seems the default username / password (admin / password) are not working in the latest release. I went back to 1.2.5 and it worked again. Tested with both docker and podman.
The text was updated successfully, but these errors were encountered: