Skip to content

Commit

Permalink
fix: fix awslogs create group strategy from raw to string
Browse files Browse the repository at this point in the history
  • Loading branch information
CokeLee777 committed Jun 22, 2023
1 parent 18fab38 commit edf497a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ services:
expose:
- "80"
logging:
driver: awslogs
driver: "awslogs"
options:
awslogs-region: ap-northeast-2
awslogs-group: hollang-weeks52-LG
awslogs-create-group: true
awslogs-region: "ap-northeast-2"
awslogs-group: "hollang-weeks52-LG"
awslogs-create-group: "true"
networks:
- hollang-weeks52-network
hollang-weeks52-inferring-server-stage:
Expand Down

0 comments on commit edf497a

Please sign in to comment.