docker
This commit is contained in:
parent
b818ed0d54
commit
9eee25efc6
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
version: '3.4'
|
||||||
|
|
||||||
|
services:
|
||||||
|
videostream:
|
||||||
|
image: videostream
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: ./Dockerfile
|
Loading…
Reference in New Issue
Block a user