change to use 8080 instead of 888/80
This commit is contained in:
parent
24b8c9d1f6
commit
4cd8b7eb1a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ global_defs {
|
||||||
|
|
||||||
vrrp_script chk_traefik {
|
vrrp_script chk_traefik {
|
||||||
# CONTAINER PATH (Inside the mount)
|
# CONTAINER PATH (Inside the mount)
|
||||||
script "/usr/bin/curl -f http://localhost:80/"
|
script "/usr/bin/curl -f http://localhost:8080/"
|
||||||
interval 2
|
interval 2
|
||||||
weight -5
|
weight -5
|
||||||
fall 2
|
fall 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue