Skip to content

Commit 16c6284

Browse files
committed
fix styling issue
1 parent 354b3e6 commit 16c6284

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/installation/advanced/ipv6-support.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)