/Docker-Palworld

DockerでPalworld建てるやつ

Primary LanguageShellMIT LicenseMIT

Docker-Palworld

日本語 README

This repository contains the docker related files for running a Palworld server.

How to start the Palworld Server (using docker compose)

  1. Clone this repository
  2. cd into the cloned repository directory
  3. Run docker compose up -d

How to start the Palworld Server (using systemd service)

  1. Clone this repository
  2. cd into the cloned repository directory
  3. Run sudo cp palworld.service /etc/systemd/system/
  4. Run sudo systemctl enable --now palworld.service

Features

  • Easy to start the server
  • Automatic updates for the server
  • Docker health report based on memory usage (beta)
    • if you do not want use this feature, delete healthcheck definition in compose.yml