Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use integer instead of string in task-definition.json #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryanhanwu
Copy link

Fix the error Invalid type for parameter containerDefinitions when registering task in CLI
(e.g., aws ecs register-task-definition)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -19,8 +19,8 @@
{
"name": "app",
"image": "<your app image URL here>",
"memory": "256",
"cpu": "256",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Videos

@@ -3,12 +3,12 @@
{
"name": "nginx",
"image": "<your nginx reverse proxy image URL here>",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants