Update
This commit is contained in:
@@ -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: {}
|
||||
Reference in New Issue
Block a user