From df07e264ee7f7e6c58ef2362c3aafe529969dff3 Mon Sep 17 00:00:00 2001 From: Andrew Marchukov Date: Tue, 18 Dec 2018 18:01:05 +0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc67fd0..51e9dea 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ 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 +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```