7677865466

Results 4 comments of 7677865466

> Quick fix to run inside container: > > sed -i 's|app\.run(|app.run(host="0.0.0.0",|' /usr/local/lib/python3.10/site-packages/maigret/maigret.py Thank you! By adding your oneliner to my podman quadlet as entrypoint I managed to make it...

@llmistaster Is it similar to this issue by any chance? For me it fixed the issue, but it is a mere workaround: https://github.com/soxoj/maigret/issues/2003

Sort of affected issues: https://github.com/soxoj/maigret/issues/2003 and https://github.com/soxoj/maigret/issues/2017

I think separate docker files will work. Could also add a new image on docker or Github container registry that allows for quicker deployment.