forked from j62/ctbrec
1
0
Fork 0

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:
bounty1342 2019-01-01 22:38:07 +01:00 committed by GitHub
parent da4b0ec20c
commit 114098d16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
version: 3
services:
ctbrec:
ports:
- '8080:8080'
volumes:
- 'ctbrec/config:/root/.config/ctbrec/'
- 'ctbrec/video:/root/ctbrec'
image: bounty1342/ctbrec