Update stack-deploy.md

curl using localhost hangs, only works with 127.0.0.1
This commit is contained in:
Alexandre Amaral de Carvalho 2025-01-16 10:39:08 +00:00 committed by GitHub
parent d7f4f4b05b
commit 767c685f9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ a throwaway registry, which you can discard afterward.
3. Check that it's working with `curl`:
```console
$ curl http://localhost:5000/v2/
$ curl http://127.0.0.1:5000/v2/
{}
```