Merge pull request #21835 from ajscarvalho/patch-1

Update stack-deploy.md (changing localhost to 127.0.0.1)
This commit is contained in:
David Karlsson 2025-01-16 12:16:44 +01:00 committed by GitHub
commit 21d42f4355
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/
{}
```