Please note that this is not a duplicate of this post.
What is the exact Azurite CLI command to issue to set its CORS rules similar to the following screenshot in a docker compose file?
Example:
storageemulator:
image: "mcr.microsoft.com/azure-storage/azurite:latest"
command: "azurite --loose" # This command does not solve the CORS problem I am having.
container_name: myemulator