add ssh entrypoint
This commit is contained in:
parent
34544dda96
commit
20721ff87e
@ -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