12 lines
212 B
YAML
12 lines
212 B
YAML
![]() |
# Usage:
|
||
|
# docker-compose up --force-recreate
|
||
|
version: '2.1'
|
||
|
|
||
|
services:
|
||
|
BBLBTV_keith:
|
||
|
tty: true
|
||
|
stdin_open: true
|
||
|
build: .
|
||
|
image: bblbtb_keith:latest
|
||
|
volumes:
|
||
|
- $PWD:/usr/src/app/logs
|