mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-02-13 20:49:51 +00:00
Update healthcheck to always use the correct port
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
ADDR=`hostname`
|
ADDR=`hostname`
|
||||||
PORT=8083
|
PORT="${OTR_HTTPPORT:-8083}"
|
||||||
|
|
||||||
EPOCH=$(date +%s)
|
EPOCH=$(date +%s)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user