-
Notifications
You must be signed in to change notification settings - Fork 127
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
容器部署成功后,前端访问提示“服务器错误” #1
Comments
我也是遇到这样的报错,一直监控不到 |
接口500错误,同样的问题 好了,把路径改一下 -v /home/docker_data/docker.ui/docker.sock:/var/run/docker.sock,要监听主机docker.sock |
这个命令可以 |
修改密码提示成功但是还是得用旧密码登录呀 |
今天又一次遇到了,升级下 docker 版本就行了
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
容器方式部署的,1.0.22版本
查看容器日志也未发现任何异常
当时创建容器命令如下:
docker run --restart always --name docker.ui -d -v /home/docker_data/docker.ui/docker.sock:/var/run/docker.sock -p 8999:8999 joinsunsoft/docker.ui
容器状态正常
The text was updated successfully, but these errors were encountered: