Update README.md
This commit is contained in:
parent
f49c05f770
commit
df5c3eeaee
1 changed files with 10 additions and 6 deletions
16
README.md
16
README.md
|
|
@ -26,12 +26,8 @@ services:
|
||||||
image: andrewmhub/insurgency-sandstorm:latest
|
image: andrewmhub/insurgency-sandstorm:latest
|
||||||
container_name: insurgency-sandstorm
|
container_name: insurgency-sandstorm
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
env_file:
|
||||||
HOSTNAME=[ISMC] MOD MAPS ONLY @120hz
|
- .env
|
||||||
PORT=12345
|
|
||||||
QUERYPORT=54321
|
|
||||||
LAUNCH_SERVER_ENV=-MapCycle=MapCycle -Mods ModList=Mods.txt -mutators=ISMCarmory_legacy,ImprovedAI,NoRestrictedArea,ScaleBotAmount,AdvancedSupplyPoints,WelcomeMessage,JoinLeaveMessage,FpLegs,JumpShoot -GameStatsToken=my_token -GameStats -GSLTToken=my_token -ModDownloadTravelTo=TORO?Scenario=Scenario_TORO_Checkpoint_Security
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /home/user/coop-modmap/config/ini:/home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer:ro
|
- /home/user/coop-modmap/config/ini:/home/steam/steamcmd/sandstorm/Insurgency/Saved/Config/LinuxServer:ro
|
||||||
- /home/user/coop-modmap/config/txt:/home/steam/steamcmd/sandstorm/Insurgency/Config/Server:ro
|
- /home/user/coop-modmap/config/txt:/home/steam/steamcmd/sandstorm/Insurgency/Config/Server:ro
|
||||||
|
|
@ -40,3 +36,11 @@ services:
|
||||||
- "${PORT}:${PORT}"
|
- "${PORT}:${PORT}"
|
||||||
- "${QUERYPORT}:${QUERYPORT}"
|
- "${QUERYPORT}:${QUERYPORT}"
|
||||||
```
|
```
|
||||||
|
### .env example
|
||||||
|
|
||||||
|
```.env
|
||||||
|
HOSTNAME=[ISMC] MOD MAPS ONLY @120hz
|
||||||
|
PORT=12345
|
||||||
|
QUERYPORT=54321
|
||||||
|
LAUNCH_SERVER_ENV=-MapCycle=MapCycle -Mods ModList=Mods.txt -mutators=ISMCarmory_legacy,ImprovedAI,NoRestrictedArea,ScaleBotAmount,AdvancedSupplyPoints,WelcomeMessage,JoinLeaveMessage,FpLegs,JumpShoot -GameStatsToken=my_token -GameStats -GSLTToken=my_token -ModDownloadTravelTo=TORO?Scenario=Scenario_TORO_Checkpoint_Security
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue