Update README.md
This commit is contained in:
parent
67a08d3370
commit
69cc5d0984
1 changed files with 2 additions and 4 deletions
|
|
@ -2,9 +2,8 @@
|
|||

|
||||
## How to build
|
||||
cd directory where ```Dockerfile```
|
||||
```
|
||||
docker build -t sandstorm:latest .
|
||||
```
|
||||
```docker build -t sandstorm:latest .```
|
||||
or take image ```docker pull andrewmhub/sandstorm```
|
||||
## How to launch
|
||||
Running multiple instances (use PORT, QUERYPORT and HOSTNAME) if need other(custom) settings file use --volume:
|
||||
```
|
||||
|
|
@ -13,7 +12,6 @@ docker run -d --net=host -e HOSTNAME="MY SERVER" -e PORT=1111 -e QUERYPORT=2222
|
|||
--volume mydirectory/ini/Engine.ini:/home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer/Engine.ini:ro \
|
||||
sandstorm:latest
|
||||
```
|
||||
|
||||
Examples config files see directory ```config```
|
||||
|
||||
### Official documentation: [Server Admin Guide](https://docs.google.com/document/d/1GDLg5p9jjeIya7EgBk0ibzDtDlyQ-U_jpspOzby-JmM)
|
||||
|
|
|
|||
Loading…
Reference in a new issue