I try to setup my first own docker container by using composer up to build a dev PHP 5.6 Apache server.
It seems to work but when I remove the container and image and rebuild it it always seems to start the old container.
I figured that because the mounting of the volumes is not working correct so I switched into the container and created a „temporary“ file called index.html (and some others). But after removing the container and image and rebuild it the files are still there?
What do I do wrong?
Thanks for helping.