Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix PORT env variable in docker compose example
  • Loading branch information
atwardowski authored Jan 19, 2024
1 parent 8546e0b commit 16493cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- 8211:8211/udp
- 27015:27015/udp
environment:
- PORT=8221
- PORT=8211
- PLAYERS=16
- MULTITHREADING=FALSE
volumes:
Expand Down

0 comments on commit 16493cd

Please sign in to comment.