mirror of
https://github.com/skylord123/docker-svencoop-server.git
synced 2025-05-20 19:52:56 -06:00
Update README.md
Run command was actually incorrect and needed updating.
This commit is contained in:
parent
8ec552da7d
commit
26f0dbb19f
@ -13,7 +13,7 @@ Running the container
|
|||||||
|
|
||||||
Running the container is super easy. Just run this command:
|
Running the container is super easy. Just run this command:
|
||||||
```
|
```
|
||||||
docker run --name skylord123/svencoop-server -d \
|
docker run --name svencoop-server -d \
|
||||||
-p 27015:27015 -p 27015:27015/udp \
|
-p 27015:27015 -p 27015:27015/udp \
|
||||||
--env 'GAME_PORT=27015' \
|
--env 'GAME_PORT=27015' \
|
||||||
--env 'GAME_PARAMS=+maxplayers 12 +map osprey +log on -num_edicts 8192' \
|
--env 'GAME_PARAMS=+maxplayers 12 +map osprey +log on -num_edicts 8192' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user