Azure Fileshare – Using Docker-Compose to Mount Different Subfolders/Files to volume on ACI – Nginx
I have different services on the docker-compose file that pulls some images to create containers on ACI. Everything works fine on my local machine when I mount different directories and sub folders to docker containers: volumes: - folder/sub_folder/sub/folder:/etc/nginx/certs But spinning…