From c3e9305bce9fd1aaf165779fb46570c683750e6f Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 4 May 2025 00:10:22 -0700 Subject: Tried to use docker ingress to solve x-real-ip on mail daemon but it didn't work for other ports --- create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create.py') diff --git a/create.py b/create.py index c956f1b..01dcaef 100755 --- a/create.py +++ b/create.py @@ -153,7 +153,7 @@ class RoleGenerator: networks: - proxy healthcheck: - test: ["CMD-SHELL", "curl", "--fail", "http://localhost:8000"] + test: ["CMD-SHELL", "curl", "--fail", "http://localhost:{self.port}"] timeout: 15s interval: 30s retries: 3 -- cgit v1.2.3-70-g09d2