forked from j62/ctbrec
docker-compose to start the container
Could also be run with docker run -d -p 8080:8080 -v /ctb/app/config:/root/.config/ctbrec/ -v /ctb/video:/root/ctbrec 0xboobface/ctbrec
This commit is contained in:
parent
da4b0ec20c
commit
114098d16c
|
@ -0,0 +1,9 @@
|
||||||
|
version: 3
|
||||||
|
services:
|
||||||
|
ctbrec:
|
||||||
|
ports:
|
||||||
|
- '8080:8080'
|
||||||
|
volumes:
|
||||||
|
- 'ctbrec/config:/root/.config/ctbrec/'
|
||||||
|
- 'ctbrec/video:/root/ctbrec'
|
||||||
|
image: bounty1342/ctbrec
|
Loading…
Reference in New Issue