From 3bdeffeb5f0615f683557a0a5a7246e123c27f49 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 27 Nov 2025 22:49:57 +0000 Subject: [PATCH] Tweak formatting --- docs/docs/start/docker_install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/start/docker_install.md b/docs/docs/start/docker_install.md index ad85ade74e..cb4f29da35 100644 --- a/docs/docs/start/docker_install.md +++ b/docs/docs/start/docker_install.md @@ -247,7 +247,8 @@ This can be adjusted using the following environment variables: These variables are combined in the [Dockerfile]({{ sourcefile("contrib/container/Dockerfile") }}) to build the bind string passed to the InvenTree server on startup. -To enable IPv6/Dual Stack support, set `INVENTREE_WEB_ADDR` to `[::]` when you create/start the container. +!!! tip "IPv6 Support" + To enable IPv6/Dual Stack support, set `INVENTREE_WEB_ADDR` to `[::]` when you create/start the container. ### Demo Dataset