Skip to content

Commit

Permalink
Remove user in compose and docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
Dashboy1998 committed Feb 17, 2024
1 parent c5ed7a6 commit 9751272
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ 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 @@ -101,7 +100,6 @@ 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 @@ -119,7 +117,6 @@ 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 @@ -148,7 +145,6 @@ 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: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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 9751272

Please sign in to comment.