Azure Web App use case with docker-compose.yml
#473
mjbroerman
started this conversation in
Show and tell
Replies: 1 comment
-
From here I tried a non-trivial use case, with no luck again.
Each time it launches the container, it terminates here:
I thought this might be a timeout thing, so I added |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi thanks for the image and the help!
I'm new to these deployments, but I got the image running locally no problem. When I try to use Azure Web Apps, I point to the docker hub image and use your docker command as the startup command:
And no luck. I dug into the logs and, I find this hard to believe, but it seem they just concatenate the startup command to their own command, rather than replace it? Obviously not a valid command.
So I tried to use the
docker-compose.yml
option, modified for the simple case:On the second time it worked. If you all have any work arounds or tips for the first case, let me know.
Beta Was this translation helpful? Give feedback.
All reactions