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