79432776

Date: 2025-02-12 10:57:31
Score: 0.5
Natty:
Report link

Try running container like this:

docker run --rm -p 5000:5000 --add-host=host.docker.internal:host-gateway webhook_receiver &

It should add host.docker.internal to /etc/hosts in container.

Then as endpoint add host=host.docker.internal

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adrian Kurzeja