AppsGamesLinuxgsm

Linuxgsm

CLI tool for deployment and management of dedicated game servers on Linux: more than 120 games are supported.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.4'
services:
  linuxgsm-csgo:
    image: gameservermanagers/gameserver:csgo
    # image: ghcr.io/gameservermanagers/gameserver:csgo
    container_name: csgoserver
    volumes:
      - /path/to/csgoserver:/data
    ports:
      - "27015:27015/tcp"
      - "27015:27015/udp"
      - "27020:27020/udp"
      - "27005:27005/udp"
    restart: unless-stopped

Resources

Website: https://linuxgsm.com/

GitHub: https://github.com/GameServerManagers/LinuxGSM

Docker Hub: https://hub.docker.com/r/gameservermanagers/gameserver

Configuration: https://github.com/GameServerManagers/docker-gameserver