Skip to content

Commit

Permalink
Merge pull request #2 from atwardowski/main
Browse files Browse the repository at this point in the history
Fix server port typo in docker-compose.yml
  • Loading branch information
thijsvanloef authored Jan 19, 2024
2 parents 07c3e1d + b338ec8 commit f3a0c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- 8211:8211/udp
- 27015:27015/udp
environment:
- PORT=8221
- PORT=8211
- PLAYERS=16
- MULTITHREADING=FALSE
volumes:
Expand Down

0 comments on commit f3a0c67

Please sign in to comment.