Skip to content

Commit

Permalink
docs: fix incorrect configuration key (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyrandall authored Oct 5, 2023
1 parent 4d3211e commit 7a4c915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Use the following approach to configure your log driver if needed:
container-name: web
image: amazon/amazon-ecs-sample:latest
log-configuration-log-driver: awslogs
log-configuration-log-options: |
log-configuration-options: |
awslogs-create-group=true
awslogs-group=/ecs/web
awslogs-region=us-east-1
Expand Down

0 comments on commit 7a4c915

Please sign in to comment.