From df6bbebe31960258bbe3a7ba1ef44debe5e487a6 Mon Sep 17 00:00:00 2001 From: krateng Date: Thu, 21 Apr 2022 17:51:16 +0200 Subject: [PATCH] Removed now unnecessary default override for container --- Containerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 6584bf1..8e11da8 100644 --- a/Containerfile +++ b/Containerfile @@ -39,10 +39,9 @@ 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