Update docker-compose.yml

This commit is contained in:
2026-02-22 12:33:53 -06:00
parent 40119eeb33
commit 06e893d1a1

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
restart: always
ports:
- 3100:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /srv/docker/dockhand/data:/app/data
volumes:
dockhand_data: