Update README.md

This commit is contained in:
Andrew Marchukov 2021-04-18 10:43:08 +03:00 committed by GitHub
parent dc5e517871
commit a16647b2ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \