Left 4 Dead 2 docker server
Go to file
Djeeberjr e13bdd6e2a
All checks were successful
continuous-integration/drone/push Build is passing
drone docker hub
2021-12-30 12:12:06 +01:00
.drone.yml drone docker hub 2021-12-30 12:12:06 +01:00
.gitignore preset config 2021-04-12 17:35:34 +02:00
docker-compose.yml added sourcemod admin 2021-11-16 21:05:27 +01:00
Dockerfile update url env 2021-11-16 16:55:36 +01:00
README.md added sourcemod admin 2021-11-16 21:05:27 +01:00
start.sh added sourcemod admin 2021-11-16 21:05:27 +01:00

Left 4 dead 2 server. With Metamod and Sourcemod.

Github

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.

Add your steam ids to SM_ADMIN to be added as a sourcemod admin.

If there is a new version of Metamod or Sourcemod and is not yet set in the image you can manually set the download URL in METAMOD_DL_URL and SOURCEMOD_DL_URL. It will only get update if the addon directory is empty.