Skip to content

Commit

Permalink
Change OCPI RPC port
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Jun 9, 2022
1 parent 07a1e7a commit c69fcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/resources/task-container-definitions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"image": "${account_id}.dkr.ecr.${region}.amazonaws.com/api:${image_tag}",
"image": "${account_id}.dkr.ecr.${region}.amazonaws.com/${service_name}:${image_tag}",
"networkMode": "${task_network_mode}",
"name": "${service_name}",
"logConfiguration": {
Expand Down

0 comments on commit c69fcf9

Please sign in to comment.