docker-browser-sync
docker-browser-sync copied to clipboard
Browser-Sync not working via --proxy option
Hi there,
It seems like, the --proxy option for browser-sync is not working. When the browser-sync container serves static files from a (shared) volume, the page refreshes as desired. However, when I want to use the --proxy option, nothing happens. I can access the page via localhost:3000 but the browser doesn't refresh when I make changes. Any ideas why?
Thanks in advance, Markus