initial: dockhand compose
This commit is contained in:
commit
900a6366c3
1 changed files with 10 additions and 0 deletions
10
compose.yml
Normal file
10
compose.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
services:
|
||||||
|
dockhand:
|
||||||
|
image: fnsys/dockhand:latest
|
||||||
|
container_name: dockhand
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- /app-config/dockhand:/app/data
|
||||||
Loading…
Add table
Add a link
Reference in a new issue