Files
opencloud-deploy/result/opencloud-compose/external-proxy/opencloud.yml
gitea-actions[bot] 9bcb37a2da Modify Files
2026-04-09 20:16:56 +00:00

10 lines
215 B
YAML

---
services:
opencloud:
environment:
# bind to all interfaces
PROXY_HTTP_ADDR: "0.0.0.0:9200"
ports:
# expose the opencloud server on localhost
- "127.0.0.1:9200:9200"