1.把容器停止
docker stop **
**为你的容器名称qqbot qqbot1 ncjdc nolanjdc)
2.停掉docker
systemctl stop docker
3,用finalshell或者宝塔一类的进入目录 /var/lib/docker/containers/几个目录自己点开找hostconfig.json 这个文件。
修改这个位置的端口别动地方不要动
"HostPort":"5700"}]
5,重启 docker
systemctl start docker
6.重启你修改的容器
docker start (为你的容器名称qqbot qqbot1 ncjdc nolanjdc)
7.修改完成,记得在服务器放行你修改的端口,没用的端口可以删了
评论 (0)