Remove reference to host interfaces
This commit is contained in:
parent
3a0dab3244
commit
01bbc5c0f7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ This Docker image contains the dedicated server of the game.
|
||||||
# How to use this image
|
# How to use this image
|
||||||
## Hosting a simple game server
|
## Hosting a simple game server
|
||||||
|
|
||||||
Running on the *host* interface (recommended) using Docker:<br/>
|
Running using Docker:
|
||||||
```console
|
```console
|
||||||
$ docker run -d --name=cs2 -p 27015:27015 -p 27020:27020 joedwards32/cs2
|
$ docker run -d --name=cs2 -p 27015:27015 -p 27020:27020 joedwards32/cs2
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue