From bcaec29061e770014125eed1cdb655e3391356b9 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 21 Apr 2019 12:39:04 +0000 Subject: [PATCH] feat: Add Healthcheck (close #2) --- deploy/maputnik.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/maputnik.yml b/deploy/maputnik.yml index c3ed0ad31..bca3aade4 100644 --- a/deploy/maputnik.yml +++ b/deploy/maputnik.yml @@ -6,7 +6,7 @@ services: environment: - SUBDOMAIN=${SUBDOMAIN} healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8088"] + test: ["CMD", "curl", "-f", "http://localhost:8888"] interval: 1m timeout: 10s retries: 3