summaryrefslogtreecommitdiff
path: root/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'create.py')
-rwxr-xr-xcreate.py2
1 files changed, 1 insertions, 1 deletions
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