Fix server port typo in docker-compose.yml

This commit is contained in:
Adam Twardowski
2024-01-19 10:50:12 -05:00
parent 07c3e1df2e
commit b338ec8c74

View File

@@ -7,7 +7,7 @@ services:
- 8211:8211/udp
- 27015:27015/udp
environment:
- PORT=8221
- PORT=8211
- PLAYERS=16
- MULTITHREADING=FALSE
volumes: