version: "3.8" services: lgsm-cs: image: gameservermanagers/gameserver:cs # image: ghcr.io/gameservermanagers/gameserver:cs container_name: lgsm-cs restart: unless-stopped volumes: - ./volumes:/data ports: - "27015:27015/udp" - "27015:27015/tcp"