Skip to content

Commit

Permalink
fix(docker-monolithic): add stop_grace_period (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream authored Nov 13, 2023
1 parent 65e1313 commit 98704cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/docker-monolithic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
container_name: supportpal
image: 'public.ecr.aws/supportpal/helpdesk-monolithic:5.1.2'
restart: always
stop_grace_period: 60s
ports:
- '80:80'
env_file:
Expand Down

0 comments on commit 98704cd

Please sign in to comment.