Skip to content

Commit

Permalink
added IPv6 faq info
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Jan 25, 2024
1 parent 0959353 commit 08aa0f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

0 comments on commit 08aa0f6

Please sign in to comment.