Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 503 Bytes

docker.md

File metadata and controls

26 lines (18 loc) · 503 Bytes

使用 docker 运行 noname

/docker/index.js.deprecated 来自noname-server

1.克隆存储库

git clone -b master --depth=1 https://github.com/libccy/noname.git
cd noname
  1. 构建
docker build -t noname .
  1. 启动
docker run -dit --name noname --restart=unless-stopped -p 8734:8089 -p 8324:8080  noname

web 游戏界面: 8734 联机大厅: 8324 端口可以自己修改