Skip to content

[docs/deployment/docker-swarm] precision about ipv6 #241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/deployment/docker-swarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Within a few seconds (or minutes if on a poor WiFi connection) the API gateway a
`http://127.0.0.1:8080`

!!! tip
If you're running on Linux you may find that accessing `localhost` times out. We recommend using an IPv4 address such as http://127.0.0.1:8080 to prevent any ambiguity.
If you're running on Linux you may find that accessing `localhost` times out, most probably because it resolves to IPv6, and (IPv6 is not supported by docker-compose v3 and swarm)[https://docs.docker.com/compose/compose-file/#enable_ipv6]. We recommend using an IPv4 address such as http://127.0.0.1:8080 to prevent any ambiguity.

## 2.2 Deploy functions from the OpenFaaS Function Store

Expand Down