Skip to content
Snippets Groups Projects

lightweight, push gateway for RocketChat servers

manual build instructions

Docker

  • pass port 11000
  • mount your credentials folder into the container with -v /certs:/yourCertsFolder

e.g. docker run -t gateway -v /yourCertsFolder:/certs -p 0.0.0.0:80:11000