version: '3.8' services: counter-strike: build: . container_name: counter-strike stop_signal: SIGKILL ports: - "27016:27016/udp" environment: - PORT=27016 volumes: - ./data:/data restart: always