Left 4 Dead 2 docker server
Go to file
2021-11-15 00:02:04 +01: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 added insecure mode 2021-11-15 00:02:04 +01:00
Dockerfile more like the csgo docker image 2021-11-01 15:53:00 +01:00
README.md more like the csgo docker image 2021-11-01 15:53:00 +01:00
start.sh added insecure mode 2021-11-15 00:02:04 +01:00

Left 4 dead 2 server.

Ports

  • 27015
  • 27015/udp

Volumes

You can create a volume at /home/steam/server to not redownload the game every time you make a change at the docker-compose file.

Configuration

You can set ANY conVar you want simply by prefixing the enviroment 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.