Skip to content

Commit

Permalink
bind to v6 so we can route from frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
zifnab06 committed Feb 23, 2023
1 parent 711e745 commit 80a8777
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 @@ -24,4 +24,4 @@ EXPOSE 8080

ENV prometheus_multiproc_dir=/app/metrics/

CMD gunicorn -b 0.0.0.0:8080 -w 8 app:app
CMD gunicorn -b 0.0.0.0:8080 -b [::/0]:8080 -w 8 app:app

0 comments on commit 80a8777

Please sign in to comment.