HLDM Docker

Dockerized Half-Life Deathmatch Server with AMX Mod X

Quick Start

Get your Half-Life Deathmatch server running in seconds with Docker:

docker run -it --rm -d -p27015:27015 -p27015:27015/udp spezifanta/hldm

Or use docker-compose for advanced configuration:

# docker-compose.yaml services: hldm: image: spezifanta/hldm ports: - 27015:27015 - 27015:27015/udp - 26900:26900/udp volumes: - ./gamedir:/tmp/gamedir command: +maxplayers 12 +map crossfire +rcon_password "supersecret" +log on +logaddress 0.0.0.0 27500 +sys_ticrate 1000 -pingboost 2
🐳

Docker Ready

Containerized Half-Life Deathmatch server with all dependencies included. No complex setup required.

AMX Mod X

Pre-configured with AMX Mod X for enhanced server administration and custom plugins.

🔧

Easy Configuration

Simple environment variables and volume mounts for customizing your server settings.

Documentation

Everything you need to get started:

📚 View on GitHub

Features