Skip to content

Commit 08aa0f6

Browse files
committed
added IPv6 faq info
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 0959353 commit 08aa0f6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,18 @@ After that create daemon in AppAPI from the Docker Socket Proxy template, with n
126126
1. Host: `host.docker.internal:2375`
127127
2. Tick `https` checkbox.
128128
3. Deploy Config: HaProxy password: `some_secure_password`
129+
130+
## Known issues
131+
132+
### IPv6 support
133+
134+
> [!NOTE]
135+
> You need this only if IPv6 protocol is default on the remote machine with ExApps
136+
137+
_Currently_, not all external applications support the IPv6 protocol, and most often they listen only on IPv4,
138+
so in the case of using HTTPS when HaProxy forwards incoming connections, you should additionally
139+
specify the EX_APPS_NET_FOR_HTTPS variable when creating the container:
140+
141+
```shell
142+
-e EX_APPS_NET_FOR_HTTPS="ipv4@localhost"
143+
```

0 commit comments

Comments
 (0)