katabame / Docker-Palworld

DockerでPalworld建てるやつ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

DockerでPalworld建てるやつ

License:MIT License


Languages

Language:Shell 92.1%Language:Dockerfile 7.9%