This commit is contained in:
2026-09-19 00:26:41 -05:00
parent c10d517238
commit 7f914e0450
+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