mirror of
https://github.com/theoleuthardt/homelab-docker-compose.git
synced 2026-06-05 15:41:07 +00:00
fix: dockhand compose file
This commit is contained in:
parent
65f0e1321c
commit
968e9a9ee4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
services:
|
||||
dockhand:
|
||||
image: ghcr.io/dockhand/dockhand:latest
|
||||
image: fnsys/dockhand:latest
|
||||
container_name: dockhand
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3001:3001"
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- dockhand_data:/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue