From 450dcf0d48f814c1be3ec42466d89ba53b9c813b Mon Sep 17 00:00:00 2001 From: Rodrigue Chakode Date: Sun, 26 Sep 2021 11:24:25 +0200 Subject: [PATCH] Fixed Docker test url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 948b917..7059162 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ An instance of `hugo-mx-gateway` can be quickly started on any machine running D * Check that the container is up and functionning. ``` - curl https://127.0.0.1:8080/ + curl http://127.0.0.1:8080/ {"status": "ok"} ```