From 08aa0f6df930dabce572100e82483708289fa468 Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Thu, 25 Jan 2024 15:30:24 +0300 Subject: [PATCH] added IPv6 faq info Signed-off-by: Alexander Piskun --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 208b410..ced9176 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,18 @@ After that create daemon in AppAPI from the Docker Socket Proxy template, with n 1. Host: `host.docker.internal:2375` 2. Tick `https` checkbox. 3. Deploy Config: HaProxy password: `some_secure_password` + +## Known issues + +### IPv6 support + +> [!NOTE] +> You need this only if IPv6 protocol is default on the remote machine with ExApps + +_Currently_, not all external applications support the IPv6 protocol, and most often they listen only on IPv4, +so in the case of using HTTPS when HaProxy forwards incoming connections, you should additionally +specify the EX_APPS_NET_FOR_HTTPS variable when creating the container: + +```shell + -e EX_APPS_NET_FOR_HTTPS="ipv4@localhost" +```