Update healthcheck to always use the correct port

This commit is contained in:
Stavros Kois
2022-12-18 00:54:59 +02:00
committed by GitHub
parent b3c5560004
commit 14345a7e85

View File

@@ -1,7 +1,7 @@
#!/bin/sh
ADDR=`hostname`
PORT=8083
PORT="${OTR_HTTPPORT:-8083}"
EPOCH=$(date +%s)