Merge pull request #64 from stavros-k/patch-1

Update healthcheck to always use the correct port
This commit is contained in:
Jan-Piet Mens
2022-12-18 10:33:28 +01:00
committed by GitHub

View File

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