localhost -> 127.0.0.1
This commit is contained in:
parent
0dff2ed77c
commit
1132834b76
1 changed files with 2 additions and 2 deletions
|
|
@ -58,11 +58,11 @@ data:
|
|||
source: publisher
|
||||
runOnAvailable: >
|
||||
wget -q -O- --post-data "path=$MTX_PATH&source_type=$MTX_SOURCE_TYPE"
|
||||
"http://localhost:5000/hooks/ready?token=$HOOK_TOKEN"
|
||||
"http://127.0.0.1:5000/hooks/ready?token=$HOOK_TOKEN"
|
||||
runOnAvailableRestart: false
|
||||
runOnUnavailable: >
|
||||
wget -q -O- --post-data "path=$MTX_PATH"
|
||||
"http://localhost:5000/hooks/not-ready?token=$HOOK_TOKEN"
|
||||
"http://127.0.0.1:5000/hooks/not-ready?token=$HOOK_TOKEN"
|
||||
|
||||
paths:
|
||||
all_others: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue