mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
c00d0fc814
* 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
12 lines
171 B
YAML
12 lines
171 B
YAML
version: '3'
|
|
services:
|
|
smb-fixture:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "389"
|
|
- "636"
|
|
- "3268"
|
|
- "3269"
|