Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants