services:palworld:image:thijsvanloef/palworld-server-docker:latestrestart:unless-stoppedcontainer_name:palworld-serverstop_grace_period:30s#Set to however long you are willing to wait for the container to gracefully stopports: -8211:8211/udp-27015:27015/udp#- 8212:8212/tcp # Port for REST API...
docker-build.sh docker-compose.yml entrypoint.sh gosu-amd64 Repository files navigation README License Docker - Palworld Dedicated Server Tip Do you want to chat with the community? Join us on Discord This Docker image includes a Palworld Dedicated Server based on Linux and Docker. Table...
Docker-Compose examples Gameserver with RCON-CLI-Tool See example docker-compose.yml. Run RCON commands Note Please research the RCON-Commands on the official source: https://tech.palworldgame.com/settings-and-operation/commands You can use docker exec palworld-dedicated-server rconcli right on...
Set up Port-Forwarding or NAT for the ports in the Docker-Compose file Pull the latest version of the image with docker pull jammsen/palworld-dedicated-server:latest Download the docker-compose.yml and default.env Set up the docker-compose.yml and default.env to your liking Make sure you...
docker-compose.yml docker-entrypoint.sh update.sh palworld-docker Palworld dedicated server with docker Environments The variables in the table below affect the server's startup command, seehttps://tech.palworldgame.com/dedicated-server-guide#settingsandhttps://tech.palworldgame.com/community-server...
Actions: jammsen/docker-palworld-dedicated-serverActions All workflows docker-build-and-push-develop-ci docker-build-and-push-prod-ci Pull request to master Management Caches All workflows Showing runs from all workflows 213 workflow runs Event Status Branch Actor ...
Docker Compose This repository includes an example docker-compose.yml file you can use to set up your server. services: palworld: image: thijsvanloef/palworld-server-docker:latest restart: unless-stopped container_name: palworld-server stop_grace_period: 30s # Set to however long you are wil...
ghcr.io/${{ secrets.DOCKERHUB_USERNAME }}/docker-palworld-dedicated-server:${{ steps.slug.outputs.GIT_SHORT_SHA7 }} labels:${{ steps.meta.outputs.labels }} 2 changes: 1 addition & 1 deletion2.github/workflows/docker-build-and-push.yml → .../workflows/docker-build-and-push...
This is a Docker container to help you get started with hosting your ownPalworlddedicated server. This Docker container has been tested and will work on both Linux (Ubuntu/Debian) and Windows 10. Important At the moment, Xbox Gamepass/Xbox Console players will not be able to join a dedicat...
$ docker exec palworld-dedicated-server rconcli info Welcome to Pal Server[v0.1.3.0] jammsen-docker-generated-20384 Welcome to Pal Server[v0.1.4.1] jammsen-docker-generated-20384 $ docker exec palworld-dedicated-server rconcli save Complete Save ``` > **Important:** Please research the...