Skip to content

Commit 767c685

Browse files
authored
Update stack-deploy.md
curl using localhost hangs, only works with 127.0.0.1
1 parent d7f4f4b commit 767c685

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)