From 1a6694234d7bea6a75413889fff5d78c9ed48332 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Tue, 13 Oct 2020 12:39:41 +0200 Subject: [PATCH] [docs/deployment/docker-swarm] precision about ipv6 --- docs/deployment/docker-swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/docker-swarm.md b/docs/deployment/docker-swarm.md index 910512a3..fea38cc1 100644 --- a/docs/deployment/docker-swarm.md +++ b/docs/deployment/docker-swarm.md @@ -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