LinuxGSM-Docker
LinuxGSM-Docker copied to clipboard
The Official LinuxGSM Docker image (experimental)
Hello. My gameserver has next settings Server = Counter-Strike 1.6 ip="0.0.0.0" port="27015" clientport="27005" defaultmap="de_dust2_2x2" maxplayers="32" startparameters="-game cstrike +ip {port} +map {servercfg} -maxplayers ${maxplayers}"``` My docker-compose version: '3.4' services: linuxgsm: image:...
Setting up a Project Zomboid dedicated server & all seems to be running well. Only gripe I have is the log path that's TAIL'd via 'entrypoint.sh' is LGSM's...the 5min MONITOR...
When the linuxgsm creates the game server executable file, the entrypoint is assuming $GAMESERVER is the name of the exec. Or if the exec has been created before but is...
Adds gameinstance env to generate server/config files
Been a bit since I had to mess around but 7D2D A21 dropped this afternoon Using 'container console' via Porttainer & attempting to utilize some (all?) of the server command...
as the title states - a server with the name `l4d2server` is created correctly but a server with the name `l4d2server-2` does not get created I'm following instructions from the...
Popular mods like [Exile](https://steamcommunity.com/sharedfiles/filedetails/?id=1487484880) needs a database connector like extDB2.so for server side. By default extDB2.so need some shared libraries but unfortunately one of them is not installed in the...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.0.0 to 2.5.0. Release notes Sourced from docker/setup-buildx-action's releases. v2.5.0 cleanup input to remove builder and temp files by @crazy-max in docker/setup-buildx-action#213 do not remove builder using...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 4.0.0. Release notes Sourced from docker/build-push-action's releases. v4.0.0 Warning Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform...
After the latest update on 19 of January 2023 (digest 11cd7e3a273f), the Unraid OS can no longer get the manifest to determine the version of the container. After some research,...