diff options
Diffstat (limited to 'create.py')
-rwxr-xr-x | create.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |