Merge pull request #580 from usrpro/fix-setup-binding

Fix binding in setup utility's gunicorn
master
kaiyou 6 years ago committed by GitHub
commit 4b60ee5361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,4 +15,4 @@ RUN python setup.py https://github.com/mailu/mailu /data
EXPOSE 80/tcp
CMD gunicorn -w 4 -b 0.0.0.0:80 -b [::]:80 --access-logfile - --error-logfile - --preload main:app
CMD gunicorn -w 4 -b :80 --access-logfile - --error-logfile - --preload main:app

Loading…
Cancel
Save