Merge pull request 'dockhand' (#2) from dock into main

Reviewed-on: https://git.turbo-data.com/nprasad2077/docker-templates/pulls/2
This commit is contained in:
2026-09-19 05:27:15 +00:00
+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