Fixed Docker test url

This commit is contained in:
Rodrigue Chakode 2021-09-26 11:24:25 +02:00 committed by GitHub
parent 2460c7f147
commit 450dcf0d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"}
```