Left 4 Dead 2 docker server
Go to file
Niklas c3494df3b5
All checks were successful
continuous-integration/drone/push Build is passing
fill server.cfg directly
2021-04-26 13:46:10 +02:00
.drone.yml initial commit 2021-04-12 15:54:25 +02:00
.gitignore preset config 2021-04-12 17:35:34 +02:00
docker-compose.yml fill server.cfg directly 2021-04-26 13:46:10 +02:00
Dockerfile fill server.cfg directly 2021-04-26 13:46:10 +02:00
README.md initial commit 2021-04-12 15:54:25 +02:00
start.sh fill server.cfg directly 2021-04-26 13:46:10 +02:00

Left 4 dead 2 server.

Ports

  • 27015
  • 27015/udp

Configuration

The server.cfg gets created on the fly and gets filled with the enviroment variable starting with CVAR_. So for example to set the RCON password set the enviroment variable CVAR_RCON_PASSWORD=password123. Try to avoid variables with the word CVAR_ and avoid = in it.

A list of available cvars can be found here.