docker-browser-sync icon indicating copy to clipboard operation
docker-browser-sync copied to clipboard

Docker image for BrowserSync

Results 3 docker-browser-sync issues
Sort by recently updated
recently updated
newest added

This is a great idea, but doesn't work as intended. Here's my docker compose file: ``` version: "3" services: node: container_name: node image: node:6 user: "node" working_dir: /home/node/app environment: -...

I am trying to start development on a Wordpress theme. I normally use bedrock and sage on a dockerized version with the following services: - db - fpm - Nginx...

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,...