Skip to content

Commit ba856bc

Browse files
committed
add ping
1 parent 970af4a commit ba856bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

traefik_stack5/stack-proxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
# and capture client IP's
5858
traefik:
5959
<<: *default-opts
60-
image: traefik:1.7.14
60+
image: traefik:1.7.13
6161
ports:
6262
- target: 80
6363
protocol: tcp
@@ -93,6 +93,7 @@ services:
9393
--web.metrics.prometheus
9494
--web.metrics.prometheus.buckets="0.1,0.3,1.2,5.0"
9595
--web.address=:8080
96+
--ping
9697
deploy:
9798
mode: replicated
9899
replicas: 1

0 commit comments

Comments
 (0)