LI3DS / api-li3ds

LI³DS Rest API
GNU General Public License v3.0
0 stars 3 forks source link

please make Flask to listen on ALL network interfaces for use in docker #13

Closed davvdg closed 7 years ago

davvdg commented 7 years ago

in wsgi.py

if __name__ == '__main__':
    app.run(host="0.0.0.0")

;) David

mbredif commented 7 years ago

Do you want to file a PR to get the fame ? ;)

davvdg commented 7 years ago

Should I ?

Le 20 avr. 2017 20:00, "Mathieu Brédif" notifications@github.com a écrit :

Do you want to file a PR to get the fame ? ;)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/LI3DS/api-li3ds/issues/13#issuecomment-295835627, or mute the thread https://github.com/notifications/unsubscribe-auth/AG_CBcLXMARxT7vz1dzSl2-DY3zKZ-vBks5rx500gaJpZM4NDXiv .

mbredif commented 7 years ago

Sure!

davvdg commented 7 years ago

PR Done.

mbredif commented 7 years ago

closed by #14