We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 之后就拉取镜像,可是安装教程来后面的步骤是什么?貌似建立完成后无法通过网页访问,有域名有公网ip,部署在vps上,ip是正常的。网页也么是拒绝访问,要么是意外终止,要么就是error无法构建
The text was updated successfully, but these errors were encountered:
docker run -d -p 58080:80 --restart always --name subweb careywong/subweb:latest 指定这个命令启动容器后,公网访问应该是 http://IP:58080 有https协议和IP地址就替换成自己的。
docker run -d -p 58080:80 --restart always --name subweb careywong/subweb:latest
http://IP:58080
你这描述不是很清楚呀。启动命令,连接地址都没有
Sorry, something went wrong.
No branches or pull requests
安装完docker 之后就拉取镜像,可是安装教程来后面的步骤是什么?貌似建立完成后无法通过网页访问,有域名有公网ip,部署在vps上,ip是正常的。网页也么是拒绝访问,要么是意外终止,要么就是error无法构建
The text was updated successfully, but these errors were encountered: