docker compose
This commit is contained in:
parent
c06fc6b06a
commit
1645d44e69
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user