Remove reference to host interfaces

This commit is contained in:
John Edwards 2023-11-07 12:10:44 +00:00
parent 3a0dab3244
commit 01bbc5c0f7

View file

@ -11,7 +11,7 @@ This Docker image contains the dedicated server of the game.
# How to use this image
## Hosting a simple game server
Running on the *host* interface (recommended) using Docker:<br/>
Running using Docker:
```console
$ docker run -d --name=cs2 -p 27015:27015 -p 27020:27020 joedwards32/cs2
```