Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sigeshuo committed Jul 1, 2024
1 parent 30e1f95 commit 40229b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/hubble/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ version: '3.9'

services:
hubble:
image: farcasterxyz/hubble:latest
image: sigeshuo/hubble:latest
pull_policy: always
restart: always
command: ["npx", "pm2-runtime", "start", "pm2.config.cjs"]
mem_reservation: 16G
#mem_reservation: 16G
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:2281/v1/info"]
interval: 30s
Expand Down

0 comments on commit 40229b0

Please sign in to comment.