From b641424796ccba01bc3f39424afa3f99a20ce665 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 2 Jun 2025 11:34:50 +0200 Subject: [PATCH] Update healthchecks-install.sh --- install/healthchecks-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/healthchecks-install.sh b/install/healthchecks-install.sh index fdb2a5c2..dd0b7f1a 100644 --- a/install/healthchecks-install.sh +++ b/install/healthchecks-install.sh @@ -84,9 +84,9 @@ EMAIL_USE_VERIFICATION=True SECRET_KEY=${SECRET_KEY} DEBUG=False -SITE_ROOT=http://localhost:8000 +SITE_ROOT=http://0.0.0.0:8000 SITE_NAME=Mychecks -SITE_ROOT=http://localhost:8000 +SITE_ROOT=http://0.0.0.0:8000 EOF # python3 manage.py migrate