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
This is also an issue when attempting to run the 3 required containers on Azure ACI, workaround is running the following on container startup (not ideal..) commands = [ "/bin/sh", "-c", "sed -i 's|proxy_pass http://laravel-echo-server:6001;|proxy_pass http://localhost:6001;|' /etc/nginx/conf.d/nginx.conf && nginx && nginx -s reload" ]
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.
Any chances of making it configurable?
The text was updated successfully, but these errors were encountered: