This repository contains the docker related files for running a Palworld server.
- Clone this repository
cd
into the cloned repository directory- Run
docker compose up -d
- Clone this repository
cd
into the cloned repository directory- Run
sudo cp palworld.service /etc/systemd/system/
- Run
sudo systemctl enable --now palworld.service
- 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 incompose.yml
- if you do not want use this feature, delete