在Docker容器中运行 edopro-server,支持x64、arm64与arm32架构
终端执行命令
docker run -d -p 7911:7911 -p 7922:7922 -v $PWD/config:/ygoserver/config -v $PWD/replays:/ygoserver/replays -v $PWD/sync:/ygoserver/sync -v $PWD/tmp:/ygoserver/tmp --name=edoserver --restart=always yunikon525/ygoserver:edo
- --url-scripts=https://github.com/ProjectIgnis/CardScripts
- 设置 scripts 源
- --url-databases=https://github.com/ProjectIgnis/BabelCDB
- 设置 databases 源
- --url-banlists=https://github.com/ProjectIgnis/LFLists
- 设置 banlists 源
- --url-bin=https://github.com/ProjectIgnis/bin
- 设置 bin 源
-
端口
7911: duelport7922: roomlistport
-
数据卷
$PWD/config: 配置文件数据卷$PWD/replays: 录像文件数据卷$PWD/sync: Server数据卷$PWD/tmp: tmp数据卷