Merge pull request #319 from ralfbergs/patch-2

Update opencloud.yml: wrong indentation.
This commit is contained in:
Michael Barz
2026-06-25 18:25:59 +02:00
committed by GitHub

View File

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