mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
Updated readme
This commit is contained in:
@@ -48,6 +48,7 @@ services:
|
|||||||
image: thijsvanloef/palworld-server-docker:latest
|
image: thijsvanloef/palworld-server-docker:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: palworld-server
|
container_name: palworld-server
|
||||||
|
stop_grace_period: 30s # Set to however long you are willing to wait for the container to gracefully stop
|
||||||
ports:
|
ports:
|
||||||
- 8211:8211/udp
|
- 8211:8211/udp
|
||||||
- 27015:27015/udp
|
- 27015:27015/udp
|
||||||
@@ -95,6 +96,9 @@ docker run -d \
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> If you want to stop the container with a custom stop grace period then run: `docker stop --name palworld-server --time 30`
|
||||||
|
|
||||||
### Kubernetes
|
### Kubernetes
|
||||||
|
|
||||||
All files you will need to deploy this container to kubernetes are located in the [k8s folder](k8s/).
|
All files you will need to deploy this container to kubernetes are located in the [k8s folder](k8s/).
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
image: thijsvanloef/palworld-server-docker:latest
|
image: thijsvanloef/palworld-server-docker:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: palworld-server
|
container_name: palworld-server
|
||||||
stop_grace_period: 30s
|
stop_grace_period: 30s # Set to however long you are willing to wait for the container to gracefully stop
|
||||||
ports:
|
ports:
|
||||||
- 8211:8211/udp
|
- 8211:8211/udp
|
||||||
- 27015:27015/udp # Required if you want your server to show up in the community servers tab
|
- 27015:27015/udp # Required if you want your server to show up in the community servers tab
|
||||||
|
|||||||
Reference in New Issue
Block a user