File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
docs/installation/advanced Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ This enables IPv6 addressing for the container and ensures accurate logging of c
6363
6464!!! warning "What if IPv6 is completely diabled on your server?"
6565
66- If IPv6 is completely disabled, Docker may fail to start containers with errors such as:
66+ If IPv6 is completely disabled, Docker may fail to start containers with errors such as:
6767
68- - ` cannot read IPv6 setup `
69- - ` cannot assign requested address `
70- - ` failed to start container ... error="driver failed programming external connectivity `
71- - ` error response from daemon: attaching to network failed `
68+ - `cannot read IPv6 setup`
69+ - `cannot assign requested address`
70+ - `failed to start container ... error="driver failed programming external connectivity`
71+ - `error response from daemon: attaching to network failed`
7272
73- In this case, set ` ENABLE_IPV6=false ` in your ` .env ` file to disable IPv6 support in Docker, allowing containers to start successfully.
73+ In this case, set `ENABLE_IPV6=false` in your `.env` file to disable IPv6 support in Docker, allowing containers to start successfully.
You can’t perform that action at this time.
0 commit comments