Skip to content

Commit

Permalink
Default server's HOST to 127.0.0.1 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote committed Jan 11, 2024
1 parent 8ae6baf commit 2987049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TAG=passAsBuildArg
ENV SWARM_PORT=48200
ENV PORT=8080
ENV LOG_LEVEL=info
ENV HOST=0.0.0.0
ENV HOST=127.0.0.1
ENV MIN_LOG_SUMMARY_INTERVAL=60
ENV CORESTORE_LOC=/home/rehoster/store

Expand Down

0 comments on commit 2987049

Please sign in to comment.