This commit is contained in:
Shaun Collins
2026-03-13 12:21:19 +00:00
committed by shaun collins
commit a0530fb095
31 changed files with 303214 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
DOZZLE_PORT=8180
+5
View File
@@ -0,0 +1,5 @@
up:
docker-compose up -d
down:
docker-compose down
+13
View File
@@ -0,0 +1,13 @@
services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- dockhand_data:/app/data
volumes:
dockhand_data: