Removed now unnecessary default override for container

This commit is contained in:
krateng 2022-04-21 17:51:16 +02:00
parent de625cc3c2
commit df6bbebe31
1 changed files with 2 additions and 3 deletions

View File

@ -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