Skip to content

Releases: octarect/docker-palworld-server

v0.3.0

31 Jul 05:56
Compare
Choose a tag to compare

Features

  • 🔁 Auto-updating palworld-server on startup
    • To enable this feature, set UPDATE_ON_START to true
  • 🚀 Engine optimization to improve performance
    • To enable this feature, set ENABLE_ENGINE_OPTIMIZATION to true
  • 🌏 You can make your server public
    • To enable this feature, set ENABLE_COMMUNITY_SERVER to true
  • 🕐 Enable multi-threading by default

Breaking changes

  • Rename
    • MULTI_THREADING -> ENABLE_MULTITHREAD

Bugfixes

  • Fix the problem that no data is saved at all
    • /palworld/Pal/Saved was owned by root

v0.2.1

31 Jul 05:41
Compare
Choose a tag to compare

Bugfixes

  • Fix type of environment vairables: DIFFICULTTY -> DIFFICULTY

v0.2.0

28 Jul 18:57
Compare
Choose a tag to compare

Features

  • Suppot amd64 architecture

v0.1.0

26 Jul 20:27
Compare
Choose a tag to compare

v0.1.0

Features

  • Running game server in a docker container
  • Config generation

Note

  • The docker image only supports arm64 at this point.