blob: 0790e10eaddf15fe76fda511b68803852bf831fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
version: "3"
services:
bedrockconnect:
build: ./bedrockconnect
ports:
- "19132:19132/udp"
bind9:
build:
context: ./bind9
args:
BCIP: 104.238.130.180
NSIP: 104.238.130.180
ports:
- "53:53/udp"
|