Hi there,
This is my first forum post, I am having issues with Docker Desktop 2.2.0 & volume mappings.
I am mapping a local directory with my project files (PHP) into my Docker container (/var/www/html) via docker-compose:
volumes:
- ../appplication:/var/www/html
When editing the project files in my IDE, they are not persisting to the container (for development), I have to restart / docker-compose up to get the changes to persist.
Using the same script, this is not an issue on 2.1.*.
Is there something differently to do on 2.2.0?
Any suggestions appreciated!