Fixed Docker test url
This commit is contained in:
parent
2460c7f147
commit
450dcf0d48
|
@ -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.
|
* Check that the container is up and functionning.
|
||||||
|
|
||||||
```
|
```
|
||||||
curl https://127.0.0.1:8080/
|
curl http://127.0.0.1:8080/
|
||||||
{"status": "ok"}
|
{"status": "ok"}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue