Skip to content

Commit 8829298

Browse files
committed
Update README.md
1 parent ea5d4f2 commit 8829298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It will also install the server you want(like csgo,tf2,ins ...)
1919
##Run example
2020
```
2121
docker run --name csgo-server -d \
22-
--publish 27015:27015 \
22+
-p 27015:27015 -p 27015:27015/udp -p 27020:27020/udp -p 27005:27005/udp \
2323
--env 'GAME_ID=740' \
2424
--env 'GAME_NAME=csgo' \
2525
--env 'GAME_PARAMS=+game_type 0 +game_mode 0 +mapgroup mg_active +map de_dust2' \

0 commit comments

Comments
 (0)