Docker – Azure App Service Containers where are named volumes stored?
I am trying to host a CalDAV server (Baikal) with MySQL backend - but the issue isn't related to these images specifically. My docker-compose.yml looks like this version: "3.4" services: mysqldb: image: mysql:5.7 container_name: mysql restart: always environment: MYSQL_ROOT_PASSWORD: kU47k9PpjU5A…