dockhand #2

Merged
nprasad2077 merged 1 commits from dock into main 2026-09-19 05:27:15 +00:00
Showing only changes of commit 7f914e0450 - Show all commits
+12
View File
@@ -0,0 +1,12 @@
services:
dockhand:
image: 'fnsys/dockhand:latest'
container_name: dockhand
restart: unless-stopped
ports:
- '9001:3000'
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
- '/data/dockhand/data:/app/data'
volumes:
dockhand_data: null