Skip to content

Commit

Permalink
Updated readme and compose to add user
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Feb 15, 2024
1 parent 54cea25 commit f5e6923
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ services:
image: thijsvanloef/palworld-server-docker:latest
restart: unless-stopped
container_name: palworld-server
user: 0:0
stop_grace_period: 30s # Set to however long you are willing to wait for the container to gracefully stop
ports:
- 8211:8211/udp
Expand Down Expand Up @@ -100,6 +101,7 @@ services:
image: thijsvanloef/palworld-server-docker:latest
restart: unless-stopped
container_name: palworld-server
user: 0:0
stop_grace_period: 30s # Set to however long you are willing to wait for the container to gracefully stop
ports:
- 8211:8211/udp
Expand All @@ -117,6 +119,7 @@ Change every <> to your own configuration
```bash
docker run -d \
--name palworld-server \
--user 0:0 \
-p 8211:8211/udp \
-p 27015:27015/udp \
-v ./palworld:/palworld/ \
Expand Down Expand Up @@ -145,6 +148,7 @@ correct values. Change your docker run command to this:
```bash
docker run -d \
--name palworld-server \
--user 0:0 \
-p 8211:8211/udp \
-p 27015:27015/udp \
-v ./palworld:/palworld/ \
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: thijsvanloef/palworld-server-docker:latest
restart: unless-stopped
container_name: palworld-server
user: 0:0
stop_grace_period: 30s # Set to however long you are willing to wait for the container to gracefully stop
ports:
- 8211:8211/udp
Expand Down

0 comments on commit f5e6923

Please sign in to comment.