From f292460d327fef26788e24695c6ffc0965730e4b Mon Sep 17 00:00:00 2001 From: "Ralf G. R. Bergs" Date: Thu, 25 Jun 2026 15:01:07 +0200 Subject: [PATCH] Update opencloud.yml: wrong indentation. --- external-proxy/opencloud.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/external-proxy/opencloud.yml b/external-proxy/opencloud.yml index 87fb07e..f15f915 100644 --- a/external-proxy/opencloud.yml +++ b/external-proxy/opencloud.yml @@ -1,9 +1,9 @@ --- 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" + 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"