Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 817 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 817 Bytes

steamcmd-rcon

Barebone steamcmd in Ubuntu with rcon healthcheck

Usage

Envs

See xcq1/steamcmd plus

  • RCON_HOST=xyz (default localhost): host of the rcon server, in case it is bound to a specific address
  • RCON_PORT=xyz (default 27015): port of the rcon server
  • RCON_PASS=xyz (default ""): password of the rcon server
  • RCON_HEALTH_COMMAND (mandatory): command that is transmitted to the server which must responded with a non-zero-length answer for the container to be considered healthy
  • RCON_HEALTH_REGEXP (default ""): regexp that, if set, must match the rcon response for the container to be considered healthy

Credits