You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am leaving this as an open issue since I could not simply test the correction just by running docker/gae-run-app.sh. Somehow IP_ADDR could not be obtained finely.
The text was updated successfully, but these errors were encountered:
The arguments given to
personfinder/docker/gae-run-app.sh
Line 11 in d845d5a
https://cloud.google.com/appengine/docs/standard/python/tools/local-devserver-command
Current:
--host=${IPADDR} --port=${PORT}
Correct:
--host ${IP_ADDR} --port ${PORT}
I am leaving this as an open issue since I could not simply test the correction just by running
docker/gae-run-app.sh
. Somehow IP_ADDR could not be obtained finely.The text was updated successfully, but these errors were encountered: