Files
dockhand/docker-compose
2026-02-22 12:31:00 -06:00

13 lines
262 B
Plaintext

services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
restart: unless-stopped
ports:
- 3100:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- dockhand_data:/app/data
volumes:
dockhand_data: