apogiatzis / docker-compose-livereloader

A docker compose pattern to enable automatic container reloading.
77 stars 12 forks source link

Option to use a polling observer by setting an environment variable #8

Closed RiverWalker92 closed 3 years ago

RiverWalker92 commented 3 years ago

As suggested in the discussion for issue #6. The current observer does not work when using a windows host and linux container. Using a poller observer is a fix that works good for me.

I am tottaly open for suggestions. I am quite new to docker, found this repo while setting up a python project. With this small change it is a huge time saver for me while debugging. Great work!

apogiatzis commented 3 years ago

Thanks for your contribution. it looks good to me! Much appreciated!! Merging it now

Closes #6