Hi! Congratulations on successful project!
I'm trying to run webhook.site on multiple containers (without docker compose).
nginx.conf has host of laravel-echo-server hardcoded, so I cannot put my IP there.
proxy_pass http://laravel-echo-server:6001;
Any chances of making it configurable?