Giter VIP home page Giter VIP logo

palworld-server-docker-patched's Introduction

Palworld Dedicated Server Docker

Release Docker Pulls Docker Stars Image Size

View on Docker Hub

This repo is modified based on https://github.com/thijsvanloef/palworld-server-docker, applied https://github.com/VeroFess/PalWorld-Server-Unoffical-Fix unofficial patch, try to fix the official server memory leaks and high load.

该仓库基于 https://github.com/thijsvanloef/palworld-server-docker 修改,应用了 https://github.com/VeroFess/PalWorld-Server-Unoffical-Fix 非官方补丁,尝试修正官方服务端的内存泄漏和高负载问题。

Docker Compose

services:
   palworld:
      image: eigeen/palworld-server-docker:latest
      restart: unless-stopped
      container_name: palworld-server
      ports:
        - 8211:8211/udp
        - 27015:27015/udp
      environment:
         - PUID=1000
         - PGID=1000
         - PORT=8211 # Optional but recommended
         - PLAYERS=16 # Optional but recommended
         - SERVER_PASSWORD="worldofpals" # Optional but recommended
         - MULTITHREADING=true
         - RCON_ENABLED=true
         - RCON_PORT=25575
         - TZ=UTC
         - ADMIN_PASSWORD="adminPasswordHere"
         - COMMUNITY=false  # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD!
         - SERVER_NAME="World of Pals"
         - UPDATE_ON_BOOT=true
         - ALWAYS_PATCH=false
      volumes:
         - ./palworld:/palworld/

New env: ALWAYS_PATCH, set to true to check the hash and try to patch every time you start up the server.

UPDATE_ON_BOOT is recommended to set to true when you start or download game files for the first time.

Please refer to the original repo for more settings.

palworld-server-docker-patched's People

Contributors

thijsvanloef avatar dashboy1998 avatar filipe-souza avatar karnzx avatar fryfrog avatar eigeen avatar mspreckelsqs avatar atwardowski avatar beneiltis avatar eltociear avatar shaul-xu avatar twinki14 avatar wli avatar codesmith-emmy avatar franzer avatar yumusb 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.