From 3a2a043d4dee33a1fa89e196c42c2404bf3a6b09 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Thu, 10 Dec 2020 17:54:55 +0100 Subject: [PATCH] improof docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8597634..134ac72 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ external_url: 'https://localhost' # external url for gitlab pages, set to Null to disable pages_external_url: ~ -# alternative storage path for registry, set to Null to disable -registry_path: ~ - # external url for the container registry, set to Null to disable registry_external_url: ~ +# alternative storage path for registry, only considere when registry_external_url is set. set to Null to use defaults +registry_path: ~ + # external ssh host, can be different from external_url gitlab_ssh_host: 'localhost' -- GitLab