From 40229b045eadea31ff5bd082e0c991cab453cb78 Mon Sep 17 00:00:00 2001 From: sigeshuo Date: Mon, 1 Jul 2024 11:43:19 +0800 Subject: [PATCH] fix --- apps/hubble/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/hubble/docker-compose.yml b/apps/hubble/docker-compose.yml index 95fb411dbe..a54ab9ca69 100644 --- a/apps/hubble/docker-compose.yml +++ b/apps/hubble/docker-compose.yml @@ -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