Skip to content

Commit

Permalink
Remove stop_grace_period for backend container
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Oct 20, 2023
1 parent 590e665 commit 82ec2ab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
image: blockscout/blockscout-suave:${DOCKER_TAG:-5.2.3-postrelease-08cf6668}
pull_policy: always
restart: always
stop_grace_period: 5m
container_name: 'blockscout-backend'
command: sh -c "bin/blockscout eval \"Elixir.Explorer.ReleaseTasks.create_and_migrate()\" && bin/blockscout start"
extra_hosts:
Expand Down

0 comments on commit 82ec2ab

Please sign in to comment.