add ssh entrypoint
This commit is contained in:
parent
29f574c6fe
commit
94045dc3ff
@ -76,6 +76,9 @@ job "traefik-ingress" {
|
||||
template{
|
||||
data= <<EOH
|
||||
[entryPoints]
|
||||
|
||||
[entrypoints.ssh]
|
||||
address = ":2222"
|
||||
[entryPoints.web]
|
||||
address = ":80"
|
||||
[entryPoints.web.http]
|
||||
|
Loading…
Reference in New Issue
Block a user