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