@it prizm , Thanks for posting the question.
There could be many causes for this start-up errors. To isolate, kindly find more error details in the docker logs:
1.You may also review the logs Azure Portal and also logs at Kudu- https://<yourwebpp-name
>.scm.azurewebsites.net/api/logs/docker
2.Only supports to expose the port 80 and 443.
By default, App Service assumes your custom container is listening on port 80.
If your container listens to a different port, set the WEBSITES_PORT app setting in your App Service app.
App Service currently allows your container to expose only one port for HTTP requests.
In the Docker log, see if ‘docker run’ command was run, Review to see if ports are exposed.
Please see this doc:
https://learn.microsoft.com/azure/app-service/faq-app-service-linux#multi-container-with-docker-compose