Skip to content

Commit

Permalink
update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Jan 19, 2024
1 parent ce536c2 commit 10190d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ services:
restart: unless-stopped
container_name: palworld-server
ports:
- 8211:8211
- 8211:8211/udp
- 27015:27015/udp
environment:
- PORT=8221
- PLAYERS=16
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:
restart: unless-stopped
container_name: palworld-server
ports:
- 8211:8211
- 8211:8211/udp
- 27015:27015/udp
environment:
- PORT=8221
- PLAYERS=16
Expand Down

0 comments on commit 10190d4

Please sign in to comment.