Update docker-compose.yml

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

View File

@@ -2,12 +2,12 @@ services:
dockhand:
image: fnsys/dockhand:latest
container_name: dockhand
restart: unless-stopped
restart: always
ports:
- 3100:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- dockhand_data:/app/data
- /srv/docker/dockhand/data:/app/data
volumes:
dockhand_data: