Create README.md
This commit is contained in:
parent
4e193b9a6c
commit
c9a5914312
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# insurgency: sandstorm server dockerize
|
||||||
|
## How to build
|
||||||
|
cd directory where ```Dockerfile```
|
||||||
|
```
|
||||||
|
docker build -t sandstorm:latest .
|
||||||
|
```
|
||||||
|
## How to launch
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
examples config files see directory ```config```
|
||||||
Loading…
Reference in a new issue