From c92ee343d53ab7345f7da23002f4ac63281167cf Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 26 Aug 2026 11:29:03 +0200 Subject: [PATCH] Come back to a non tls configuration --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 23a82b2..fcf6138 100644 --- a/.env +++ b/.env @@ -19,7 +19,7 @@ VERSION=latest SECRET_KEY=claireetstephane # Address where listening ports should bind -BIND_ADDRESS4=127.0.0.1 +BIND_ADDRESS4=172.100.0.6 # BIND_ADDRESS6=::1 # Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)