首先为你的服务器创建一个文件夹,这个文件夹将存储游戏服务器的文件。 mkdir palworld 进入文件夹。 cd palworld 执行命令下载镜像。 docker pull jammsen/palworld-dedicated-server:latest 在文件夹内创建,并将下面的配置复制进去。 version: '3.9'services:palworld-dedicated-server:container_name: palworld-dedi...
docker pull jammsen/palworld-dedicated-server:latest 在文件夹内创建docker-compose.yml,并将下面的配置复制进去。 version: '3.9' services: palworld-dedicated-server: container_name: palworld-dedicated-server image: jammsen/palworld-dedicated-server:latest restart: unless-stopped ports: - target: 8211...
version:'3.9'services:palworld-dedicated-server:container_name:palworld-dedicated-serverimage:jammsen/palworld-dedicated-server:latestrestart:unless-stoppedports:-target:8211# 容器内游戏端口published:8211# 宿主机映射端口protocol:udpmode:host-target:25575# RCON 容器内published:25575# RCON 宿主机映射端口...
3.Pull the latest version of the image with`docker pull jammsen/palworld-dedicated-server:latest`. 4.Download the[docker-compose.yml](docker-compose.yml)and[default.env](default.env). 5.Set up the`docker-compose.yml`and`default.env`to your liking. ...
Release 2024-12-23.1Pull request to master#24:Pull request#284closed byjammsen December 23, 2024 13:19 develop December 23, 2024 13:1912s Merge branch 'develop' of github.com:jammsen/docker-palworld-dedicate…docker-build-and-push-develop-ci#91:Commit08c15f8pushed byjammsen ...
cd palworld 执行命令下载镜像。 docker pull jammsen/palworld-dedicated-server:latest 在文件夹内创建,并将下面的配置复制进去。 version: '3.9'services:palworld-dedicated-server:container_name: palworld-dedicated-serverimage: jammsen/palworld-dedicated-server:latestrestart: unless-stoppedports:- target: ...
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 setup PUID and PGID according to the user you want to use PUID and...
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 setup PUID and PGID according to the user you want to use PUID and...
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 setup PUID and PGID according to the user you want to use PUID and...
jammsen/palworld-dedicated-server ghcr.io/${{ github.repository }} - name:Get short SHA id:slug run:echo "GIT_SHORT_SHA7=$(echo ${GITHUB_SHA} | cut -c1-7)" >> "$GITHUB_OUTPUT" - name:Build and push uses:docker/build-push-action@v5 ...