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: dockhand:
image: fnsys/dockhand:latest image: fnsys/dockhand:latest
container_name: dockhand container_name: dockhand
restart: unless-stopped restart: always
ports: ports:
- 3100:3000 - 3100:3000
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- dockhand_data:/app/data - /srv/docker/dockhand/data:/app/data
volumes: volumes:
dockhand_data: dockhand_data: