From a16647b2ecf63330224494bc1d27377d26e2bd2f Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Sun, 18 Apr 2021 10:43:08 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8250301..f4cacd1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ cd directory where ```Dockerfile``` ```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: +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 \ --name sandstorm-modmap -p 12345:12345/udp -p 54321:54321/udp \