Left 4 Dead 2 docker server
Niklas
d8a5c6a064
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit
|
||
---|---|---|
.drone.yml | ||
.gitignore | ||
docker-compose.yml | ||
Dockerfile | ||
README.md | ||
server.cfg | ||
start.sh |
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.