-
Notifications
You must be signed in to change notification settings - Fork 254
Error Deploying Docker containers on ECS #2140
Comments
i currently face exactly the same issue. i do have a compose with two services. one seems to start (i can see logs in CloudWatch) the other files for a unknown reason. |
currently facing same issue, is there any fix for this... |
what i found out so far ist that you need to use the detached option to get it running (seems to be a bug)
|
Thanks that helped @arauchberger |
Shameless input here: instead of using this docker compose plugin to do all this, you can try out ECS Compose-X which we use daily to do all our deployments across multiple accounts and environments. |
Thanks a lot @arauchberger ! It worked like a charm! |
I CANNOT BELIEVE THIS WORKED! |
If |
Description
I have use Docker Compose CLI for Deploying Docker containers on ECS. But it is error and auto delete ECS resource.
I can't check log and know reason
This is my docker-compose.yml
Steps to reproduce the issue:
Describe the results you received:
Error message:
CreateFailed Resource creation cancelled
Describe the results you expected:
I want deploy to successfully and can inspect error when deploy failed.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker compose version
:Output of
docker info
:Additional environment details:
The text was updated successfully, but these errors were encountered: