mirror of
https://git.turbo-data.com/nprasad2077/docker-templates.git
synced 2026-09-22 08:05:56 +00:00
dockhand
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
dockhand:
|
||||
image: 'fnsys/dockhand:latest'
|
||||
container_name: dockhand
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '9001:3000'
|
||||
volumes:
|
||||
- '/var/run/docker.sock:/var/run/docker.sock'
|
||||
- '/data/dockhand/data:/app/data'
|
||||
volumes:
|
||||
dockhand_data: null
|
||||
Reference in New Issue
Block a user