From afab70ac5138099ab6c294d43ae8ae640cd7d1e8 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 26 Aug 2026 11:34:23 +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 ab526d6..e24edb5 100644 --- a/.env +++ b/.env @@ -19,7 +19,7 @@ VERSION=latest SECRET_KEY=claireetstephane # Address where listening ports should bind -BIND_ADDRESS4=0.0.0.0 +BIND_ADDRESS4=192.168.100.50 # BIND_ADDRESS6=::1 # Subnet of the docker network. This should not conflict with any networks to which your system is connected. (Internal and external!)