12 lines
167 B
YAML
12 lines
167 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
fixture:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
ports:
|
||
|
- "389"
|
||
|
- "636"
|
||
|
- "3268"
|
||
|
- "3269"
|