Add Docker GUI Managers/Dockhand/Compose.yaml

This commit is contained in:
2026-01-06 03:18:30 +00:00
parent 9c43000711
commit 2ab674c9e8
+10
View File
@@ -0,0 +1,10 @@
services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
restart: always
ports:
- 3000:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /srv/docker/dockhand/dockhand_data:/app/data