Docker-Compose and automatic mounts
If you want your Docker container to use data from a network share, people tend to mount the share to a directory outside of Docker and then point the Docker volume to that mounted path. However, Docker-Compose also supports mounting volumes and brings some advantages. E.g. for a SMB/CIFS share, the relevant parts in your… Read More »