From 3cb72f46bc658b255987776b9e49fb33c1bac054 Mon Sep 17 00:00:00 2001
From: krateng <git.noreply@krateng.ch>
Date: Sat, 23 Apr 2022 20:59:18 +0200
Subject: [PATCH] Didn't actually mean to reset this

---
 Containerfile                     | 5 +++--
 dev/templates/Containerfile.jinja | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Containerfile b/Containerfile
index b1d1981..ed8a983 100644
--- a/Containerfile
+++ b/Containerfile
@@ -30,9 +30,10 @@ COPY . .
 
 RUN pip install /usr/src/app
 
-# Docker-specific configuration and default to IPv4
+# Docker-specific configuration
+# defaulting to IPv4 is no longer necessary (default host is dual stack)
 ENV MALOJA_SKIP_SETUP=yes
-ENV MALOJA_HOST=0.0.0.0
+ENV PYTHONUNBUFFERED=1
 
 EXPOSE 42010
 # use exec form for better signal handling https://docs.docker.com/engine/reference/builder/#entrypoint
diff --git a/dev/templates/Containerfile.jinja b/dev/templates/Containerfile.jinja
index 0eb8063..7a99f03 100644
--- a/dev/templates/Containerfile.jinja
+++ b/dev/templates/Containerfile.jinja
@@ -30,9 +30,10 @@ COPY . .
 
 RUN pip install /usr/src/app
 
-# Docker-specific configuration and default to IPv4
+# Docker-specific configuration
+# defaulting to IPv4 is no longer necessary (default host is dual stack)
 ENV MALOJA_SKIP_SETUP=yes
-ENV MALOJA_HOST=0.0.0.0
+ENV PYTHONUNBUFFERED=1
 
 EXPOSE 42010
 # use exec form for better signal handling https://docs.docker.com/engine/reference/builder/#entrypoint