Update README.md
This commit is contained in:
parent
dc5e517871
commit
a16647b2ec
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ cd directory where ```Dockerfile```
|
||||||
```docker build -t sandstorm:latest .```
|
```docker build -t sandstorm:latest .```
|
||||||
or take image ```docker pull andrewmhub/sandstorm```
|
or take image ```docker pull andrewmhub/sandstorm```
|
||||||
## 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) and LAUNCH_SERVER_ENV in modmap.env:
|
||||||
```
|
```
|
||||||
docker run -d --restart always --env-file /home/user/coop-modmap/modmap.env \
|
docker run -d --restart always --env-file /home/user/coop-modmap/modmap.env \
|
||||||
--name sandstorm-modmap -p 12345:12345/udp -p 54321:54321/udp \
|
--name sandstorm-modmap -p 12345:12345/udp -p 54321:54321/udp \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue