This commit is contained in:
2024-04-05 11:11:14 +00:00
parent cbf5772016
commit 2570b8e77f
4 changed files with 0 additions and 0 deletions
@@ -0,0 +1,14 @@
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 willing to wait for the container to gracefully stop
ports:
- 8211:8211/udp
- 27015:27015/udp
env_file:
- .env
volumes:
- ./palworld:/palworld/
networks: {}