From dc1e4274caf3df2eada6435a1cf8ca8d47418a4e Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 31 Mar 2026 00:13:24 +0000 Subject: [PATCH] updated port --- dockhand/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockhand/compose.yml b/dockhand/compose.yml index 1f95c03..f36fbd2 100644 --- a/dockhand/compose.yml +++ b/dockhand/compose.yml @@ -4,7 +4,7 @@ services: container_name: dockhand restart: unless-stopped ports: - - 3300:3000 + - 3330:3000 volumes: - /var/run/docker.sock:/var/run/docker.sock - ./dockhand_data:/app/data