Skip to content

Commit

Permalink
Don't restart more than 5 times on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprabhu committed Oct 20, 2023
1 parent 0efb9bf commit 39c70f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hubble/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
hubble:
image: farcasterxyz/hubble:latest
pull_policy: always
restart: unless-stopped
restart: on-failure:5
command: [
"node", "--no-warnings", "build/cli.js", "start",
"--ip", "0.0.0.0",
Expand Down

0 comments on commit 39c70f1

Please sign in to comment.