Update install.mdx

missing comma
This commit is contained in:
Petenerd 2022-03-03 11:37:18 -05:00 committed by GitHub
parent c8865be799
commit 165089eab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ Each task must include a Consul client container in order for the task to join y
... ...
} }
{ {
"name": "consul-client" "name": "consul-client",
"image": "public.ecr.aws/hashicorp/consul:<CONSUL_VERSION>", "image": "public.ecr.aws/hashicorp/consul:<CONSUL_VERSION>",
"mountPoints": [ "mountPoints": [
{ {