From d641cb22459acadb258f58371331c3cbc6fa3fe4 Mon Sep 17 00:00:00 2001
From: Florent Daigniere
Date: Sun, 5 Jan 2025 11:59:56 +0100
Subject: [PATCH] Clarify ip listen address setting
(cherry picked from commit a9fb51256744fc53b301eb6de78119d53ff3e3bc)
---
setup/templates/steps/compose/03_expose.html | 4 ++--
towncrier/newsfragments/3680.misc | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
create mode 100644 towncrier/newsfragments/3680.misc
diff --git a/setup/templates/steps/compose/03_expose.html b/setup/templates/steps/compose/03_expose.html
index e928fccf..6608943b 100644
--- a/setup/templates/steps/compose/03_expose.html
+++ b/setup/templates/steps/compose/03_expose.html
@@ -10,8 +10,8 @@ IP addresses in order to expose its public services. You must at least set up
an IPv4 or an IPv6 address if you wish to access Mailu.
Warning You must use specific addresses, please
-avoid generic all-interfaces addresses like 0.0.0.0 or ::.
-How to find these addresses.
diff --git a/towncrier/newsfragments/3680.misc b/towncrier/newsfragments/3680.misc
new file mode 100644
index 00000000..bc9593cd
--- /dev/null
+++ b/towncrier/newsfragments/3680.misc
@@ -0,0 +1 @@
+Modern docker versions enable the userland-proxy by default, clarify in setup that unless the bindto address is specific that will create problems.