10 lines
192 B
YAML
10 lines
192 B
YAML
---
|
|
services:
|
|
opencloud:
|
|
environment:
|
|
# bind to all interfaces
|
|
PROXY_HTTP_ADDR: "0.0.0.0:9200"
|
|
ports:
|
|
# expose the opencloud server
|
|
- "9200:9200"
|