This commit is contained in:
2026-01-19 18:06:24 +01:00
parent 31d926de34
commit e445cdbfff
40 changed files with 886 additions and 58 deletions

16
dockhand/compose.yml Normal file
View File

@@ -0,0 +1,16 @@
# Service Name: Dockhand
# Description : Dockhand is a web-based Docker management tool that allows users to manage Docker containers, images, and volumes through an intuitive interface.
# Homepage : dockhand.io
services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
restart: unless-stopped
ports:
- 3002:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/rcadmin/docker/dockhand/data:/app/data
- /home/rcadmin/docker:/docker