OpenSearch/x-pack/test/smb-fixture/docker-compose.yml
Alpar Torok 45db829039
Replace fixtures with docker-compose (#35651)
Creates a new plugin to manage docker-compose based test fixtures. 
Convert the smb-fixture as a first example.
2018-11-29 09:43:16 +02:00

12 lines
167 B
YAML

version: '3'
services:
fixture:
build:
context: .
dockerfile: Dockerfile
ports:
- "389"
- "636"
- "3268"
- "3269"