Skip to content

Commit

Permalink
fix(docker): Listen on ipv4 localhost so things work without ipv6 🤡
Browse files Browse the repository at this point in the history
  • Loading branch information
barnslig committed Feb 5, 2022
1 parent e8709fd commit eedfd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/usr/src/app/dpt_app/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

./manage.py migrate
gunicorn -b [::]:8000 dpt_app.wsgi:application
gunicorn dpt_app.wsgi:application

0 comments on commit eedfd64

Please sign in to comment.