VALIDATE - Set the Variable to true if you want to validate the installation on container start otherwise leave it blank or set it to false. You can actually organise your configurations however you like, this is just what I recommend to keep it all neat.
GAME_PARAMS - Enter your arguments for svends_run (see above for example).
Make sure this matches the port that users will use to connect or you may have issues (see below for more details) Once that is finished it will launch the server and you should see the console output in your log. If you run multiple containers make sure to share the steamcmd folder between them but have unique serverfiles folders.Īfter running the command steamcmd will start downloading the Sven Co-op dedicated server. This command will store steamcmd and serverfiles folders inside /mnt/user/appdata so if you want them stored elsewhere on the host make sure you change this (this was developed on Unraid which uses these paths). volume /mnt/user/appdata/svencoop:/serverdata/serverfiles \ volume /mnt/user/appdata/steamcmd:/serverdata/steamcmd \ env 'GAME_PARAMS=+maxplayers 12 +map osprey +log on -num_edicts 8192' \