试玩地址 http://mir.jutx.cn:3080
gm http://mir.jutx.cn:3080/gm/ 密码123456
compose.yml
version: '3.8'
services:
chuanqi:
image: registry.cn-hangzhou.aliyuncs.com/guoshiyin/game:chuanqi
container_name: chuanqi
network_mode: host
stdin_open: true
tty: true
restart: always
docker compose up -d
进入容器执行ip替换
docker exec -it chuanqi /bin/bash
cd /root
解决docker乱码
vi /root/.vimrc
set encoding=utf-8
set fileencodings=utf-8,gbk,latin1
chmod +x ip.sh
替换里面的82.156.214.188为172.16.90.180
执行下面脚本
bash ip.sh 你的服务器ip地址
举例:bash ip.sh 127.0.0.1(这个ip替换为你的实际ip这里是举例)
其它参照贴子
注意问题 如果是nat 转换的如NAS
需要执行ip.sh xxx.xxx:端口号