Set appropriate interface and port in docker

This commit is contained in:
Matthew Wild
2021-01-29 14:03:26 +00:00
parent f27c86e29a
commit c28e98ec18

View File

@@ -2,4 +2,4 @@
export SNIKKET_WEB_DOMAIN="$SNIKKET_DOMAIN"
exec hypercorn -b "0.0.0.0:8000" 'snikket_web:create_app()'
exec hypercorn -b "127.0.0.1:5765" 'snikket_web:create_app()'