Skip to content

Commit 21d42f4

Browse files
authored
Merge pull request #21835 from ajscarvalho/patch-1
Update stack-deploy.md (changing localhost to 127.0.0.1)
2 parents d7f4f4b + 767c685 commit 21d42f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/engine/swarm/stack-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ a throwaway registry, which you can discard afterward.
5656
3. Check that it's working with `curl`:
5757

5858
```console
59-
$ curl http://localhost:5000/v2/
59+
$ curl http://127.0.0.1:5000/v2/
6060

6161
{}
6262
```

0 commit comments

Comments
 (0)