From 968e9a9ee48fa9e8a94c67241af351e86bc7f21a Mon Sep 17 00:00:00 2001 From: theo Date: Fri, 13 Mar 2026 20:52:52 +0000 Subject: [PATCH] fix: dockhand compose file --- dockhand/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockhand/docker-compose.yml b/dockhand/docker-compose.yml index 380a1af..81ca6d4 100644 --- a/dockhand/docker-compose.yml +++ b/dockhand/docker-compose.yml @@ -1,10 +1,10 @@ services: dockhand: - image: ghcr.io/dockhand/dockhand:latest + image: fnsys/dockhand:latest container_name: dockhand restart: unless-stopped ports: - - "3001:3001" + - "3000:3000" volumes: - /var/run/docker.sock:/var/run/docker.sock - dockhand_data:/data