.
This commit is contained in:
16
dockhand/compose.yml
Normal file
16
dockhand/compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
# Service Name: Dockhand
|
||||
# Description : Dockhand is a web-based Docker management tool that allows users to manage Docker containers, images, and volumes through an intuitive interface.
|
||||
# Homepage : dockhand.io
|
||||
|
||||
services:
|
||||
dockhand:
|
||||
image: fnsys/dockhand:latest
|
||||
container_name: dockhand
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3002:3000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /home/rcadmin/docker/dockhand/data:/app/data
|
||||
- /home/rcadmin/docker:/docker
|
||||
Reference in New Issue
Block a user