add ssh entrypoint

This commit is contained in:
vincent 2022-09-09 17:50:28 +02:00
parent 29f574c6fe
commit 94045dc3ff

View File

@ -76,6 +76,9 @@ job "traefik-ingress" {
template{
data= <<EOH
[entryPoints]
[entrypoints.ssh]
address = ":2222"
[entryPoints.web]
address = ":80"
[entryPoints.web.http]