Update default host

This commit is contained in:
jdtron 2023-03-17 10:12:27 +01:00
parent dae058b53d
commit 1dfcf1d9c3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ RUN /bin/bash /app/setup.sh
EXPOSE 7099
ENV PORT=7099
ENV HOST=127.0.0.1
ENV HOST=0.0.0.0
ENV INSTANCE_NAME=BBJ
ENV ALLOW_ANON=true
ENV DEBUG=false