Giter Club home page Giter Club logo

palworld-docker's Introduction

Palworld-Docker

项目简介

通过 Docker Compose 你可以在你的机器上快速地运行和开发 Palworld。

安装步骤

  1. 确保你的机器上已经安装了 Docker 和 Docker Compose。如果还没有安装,你可以参考这些链接进行安装:DockerDocker Compose
  2. 克隆这个仓库到你的服务器。
  3. 修改 .env 文件中的 SAVE_PATH 为你想要保存存档文件的位置。
  4. 在项目的根目录下运行 docker-compose up

如何使用

在一切配置文件修改前,你需要先停止服务器。

  • 在安装完成后,你可以通过服务器的端口 8211 来加入到这个 Palworld 社区服务器。
  • 默认情况下你的存档文件应该保存在目录 /opt/palworld 下。如果你想要修改存档文件的位置,你可以在 env 文件中修改 SAVE_PATH 的值。
  • 如果你需要自定义服务器的配置,你可以在 /opt/palworld/Config/LinuxServer/PalWorldSettings.ini 文件中修改。
  • 如果你想开启服务器的内存检测,你需要将 /opt/palworld/Config/LinuxServer/PalWorldSettings.ini 文件中的 RCONEnabled 的值修改为 True,并将你的自定义 AdminPassword 配置到 .env 中。(它将在服务器可用内存低于 2GB 时,向服务器通告并在四分钟后重启服务器。)
  • 如果你是从存档开始迁移到 Docker 版本的服务器,你还需要额外执行 chown -R 1000:1000 /opt/palworld 来修改存档文件的权限。

更新版本

如果你想要更新 Palworld 的版本,你可以在项目的根目录下运行 docker-compose pull 来拉取最新的镜像,然后运行 docker-compose up 来启动服务器。

贡献

如果你有任何想法或者建议,欢迎提交 issue 或者 pull request。

许可证

此项目遵循 MIT 许可证。

palworld-docker's People

Contributors

du5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.