mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 20:20:04 +08:00
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"
|