Skip to content

Commit 0d788e3

Browse files
committed
Documentation: note instructions for enabling IPv6 in Docker
1 parent 8887281 commit 0d788e3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/troubleshooting/index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,19 @@ All service widgets work essentially the same, that is, homepage makes a proxied
6868
6969
If, after correctly adding and mapping your custom icons via the [Icons](../configs/services.md#icons) instructions, you are still unable to see your icons please try recreating your container.
7070
71-
## Disabling IPv6
71+
## Enabling IPv6 for the homepage container
72+
73+
To enable IPv6 support for the homepage container, you can set the `HOSTNAME` environment variable, for example:
74+
75+
```yaml
76+
services:
77+
homepage:
78+
...
79+
environment:
80+
- HOSTNAME=::
81+
```
82+
83+
## Disabling IPv6 for http requests {#disabling-ipv6}
7284

7385
If you are having issues with certain widgets that are unable to reach public APIs (e.g. weather), in certain setups you may need to disable IPv6. You can set the environment variable `HOMEPAGE_PROXY_DISABLE_IPV6` to `true` to disable IPv6 for the homepage proxy.
7486

0 commit comments

Comments
 (0)