Update README.md
This commit is contained in:
parent
c9a5914312
commit
df07e264ee
1 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,10 @@ docker build -t sandstorm:latest .
|
||||||
## How to launch
|
## How to launch
|
||||||
Running multiple instances (use PORT, QUERYPORT and HOSTNAME) if need other(custom) settings file use --volume:
|
Running multiple instances (use PORT, QUERYPORT and HOSTNAME) if need other(custom) settings file use --volume:
|
||||||
```
|
```
|
||||||
docker run -d --net=host -e HOSTNAME="MY SERVER" -e PORT=1111 -e QUERYPORT=2222 --name=sandstorm-dedicated --volume mydirectory/ini/Engine.ini:/home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer/Engine.ini:ro sandstorm:latest
|
docker run -d --net=host -e HOSTNAME="MY SERVER" -e PORT=1111 -e QUERYPORT=2222 \
|
||||||
|
--name=sandstorm-dedicated \
|
||||||
|
--volume mydirectory/ini/Engine.ini:/home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer/Engine.ini:ro \
|
||||||
|
sandstorm:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
examples config files see directory ```config```
|
examples config files see directory ```config```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue