lucee / lucee-dockerfiles

Official Lucee Dockerfiles for Docker Hub build images
https://hub.docker.com/u/lucee/
MIT License
85 stars 50 forks source link

File Changes not reflecting inside the container #73

Closed primoashbee closed 3 months ago

primoashbee commented 2 years ago

I'm using an Mac M1 and the inside the mounted volume the code does not reflect changes from the host machine.

The file changes only reflects inside the container after ire-run docker-compose up

Anyone experiencing this?

tomchiverton commented 6 months ago

No, it's just you.

We should close this

cybersonic commented 6 months ago

@primoashbee can you share your docker-compose file? Otherwise there could be a number of issues, none of which would be the docker container itself.

justincarter commented 3 months ago

I think Micha had this issue just the other day, and the solution was to go into Docker Desktop and disable the "Use gRPC FUSE for file sharing" option, as mentioned in this Stack Overflow answer:

https://stackoverflow.com/a/70824748

If that's not it then perhaps a discussion on dev.lucee.org would be the best place to work through it. I'll close this issue.