feat: add docker-compose support (#1257)
This commit is contained in:
parent
fd662b8864
commit
53b37a1cfb
2 changed files with 9 additions and 2 deletions
7
docker-compose.yaml
Normal file
7
docker-compose.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
elk:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 5314:5314
|
Loading…
Add table
Add a link
Reference in a new issue