OpenSearch/x-pack/test/smb-fixture/docker-compose.yml
Alpar Torok c00d0fc814
Test fixtures improovements (#36037)
* Upgrae plugin to latest and expose udp
* Explicit check for windows
* Rename the properties for the port numbers
* Tasks for pre and pos container actions
2018-12-12 12:00:47 +02:00

12 lines
171 B
YAML

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