docker-gameserver icon indicating copy to clipboard operation
docker-gameserver copied to clipboard

Dockerised Game Servers using LinuxGSM

Results 13 docker-gameserver issues
Sort by recently updated
recently updated
newest added

Using the bare stock config exactly as shown in the guide except with the `arma3` tag, my server seg faults after it loads Everything installs, the server starts, and at...

I'm moving from the legacy docker-gameserver experimental to this repository. Got not luck trying to setup a simple gmod server: ``` Initializing Steam libraries for Workshop.. [S_API] SteamAPI_Init(): Loaded local...

Manifest for the `av` tag isn't being found on the `ghcr.io` registry. Same tag is working when pulling from docker's registry. **compose.yaml:** ```yaml services: avorion: image: ghcr.io/gameservermanagers/gameserver:av restart: unless-stopped volumes:...