You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting error when I running it as Azure App for Container. I have enabled the WEBSITES_ENABLE_APP_SERVICE_STORAGE, and configured azure storage mount with file share in docker as described here MicrosoftDocs/azure-docs#55046
2023-07-15T07:20:25.335Z INFO - docker run -d -p 9560:80 --name myhost_mautic_0_3cb64f5a -e WEBSITES_ENABLE_APP_SERVICE_STORAGE=true -e WEBSITE_SITE_NAME=myhost -e WEBSITE_AUTH_ENABLED=False -e WEBSITE_ROLE_INSTANCE_ID=0 -e WEBSITE_HOSTNAME=hostname.azurewebsites.net -e WEBSITE_INSTANCE_ID=7e65b7bfda61c0327cd6b05b68172e68b22e90752de61b8d5f6484746acfcd5d -e HTTP_LOGGING_ENABLED=1 -e WEBSITE_USE_DIAGNOSTIC_SERVER=False mautic/mautic:v4-apache
2023-07-15T07:24:16.260Z ERROR - multi-container unit was not started successfully
2023-07-15T07:24:16.261Z INFO - Container logs from myhost_mautic_0_3cb64f5a = 2023-07-15T07:20:25.831636447Z Mautic not found in /var/www/html - copying now...
2023-07-15T07:24:21.707Z INFO - Stopping site myhost because it failed during startup.
2023-07-15T07:30:33.880Z INFO - Starting multi-container app..
I see the files are copied to azure file storage but still getting this error.
Here is my docker-compose I added to the azure app for container.
Getting error when I running it as Azure App for Container. I have enabled the WEBSITES_ENABLE_APP_SERVICE_STORAGE, and configured azure storage mount with file share in docker as described here MicrosoftDocs/azure-docs#55046
I see the files are copied to azure file storage but still getting this error.
Here is my docker-compose I added to the azure app for container.
The text was updated successfully, but these errors were encountered: