Modify Files

This commit is contained in:
gitea-actions[bot]
2026-04-13 03:41:39 +00:00
parent a6204dae24
commit 782f4f58eb
4 changed files with 29 additions and 16 deletions

View File

@@ -1,10 +1,11 @@
---
# only expose the ports when you know what you are doing!
services:
opencloud:
environment:
environment:
# bind to all interfaces
PROXY_HTTP_ADDR: "0.0.0.0:9200"
ports:
PROXY_HTTP_ADDR: "0.0.0.0:9200"
ports:
# expose the opencloud server on all interfaces
- "0.0.0.0:9200:9200"
- "0.0.0.0:9200:9200"
env_file:
- .env