mirror of https://github.com/docker/docs.git
Merge pull request #21835 from ajscarvalho/patch-1
Update stack-deploy.md (changing localhost to 127.0.0.1)
This commit is contained in:
commit
21d42f4355
|
|
@ -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/
|
||||
|
||||
{}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue