I have a multi containers webapp deployed with mariadb container, I trying to mount with azure file share but it not work due to directory permission, Can I user docker create volume instead? I test stop start webapp, volume still there, will there be any problem? I couldnt find any explanation, anyone can answer here?
in docker compose file as follow:
version: '3.4'
volumes:
acl-database-data: {}
