<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Gitlab how to run container registry]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I would like to build and store docker images using Gitlab for deploying my projects to gitlab instance managed by cloudron.</p>
<p dir="auto">Gitlab Container Registry must be installed and turn on.</p>
<p dir="auto">Have anybody did that ?<br />
<a href="https://docs.gitlab.com/ee/administration/container_registry.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.gitlab.com/ee/administration/container_registry.html</a></p>
<p dir="auto">Thanks in advance</p>
]]></description><link>https://forum.cloudron.io/topic/1837/gitlab-how-to-run-container-registry</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 12:21:41 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/1837.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Jul 2019 09:38:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Gitlab how to run container registry on Tue, 07 Jun 2022 11:09:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arshsahzad" aria-label="Profile: arshsahzad">@<bdi>arshsahzad</bdi></a> said in <a href="/post/49221">Gitlab how to run container registry</a>:</p>
<blockquote>
<ol start="2">
<li>Attach volume name registry-shared to both GitLab and Docker Registry apps. Be sure to uncheck the Read Only checkbox.</li>
</ol>
</blockquote>
<p dir="auto">I'm not able to figure out, how to attach the bind mount to the running gitlab container and how to uncheck read only checkbox</p>
<pre><code>/opt/registry-shared
</code></pre>
]]></description><link>https://forum.cloudron.io/post/49222</link><guid isPermaLink="true">https://forum.cloudron.io/post/49222</guid><dc:creator><![CDATA[arshsahzad]]></dc:creator><pubDate>Tue, 07 Jun 2022 11:09:50 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Tue, 07 Jun 2022 11:33:13 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a>, From the Docs:</p>
<pre><code>1. Create a volume named registry-shared.

2. Attach volume name registry-shared to both GitLab and Docker Registry apps. Be sure to uncheck the Read Only checkbox.

3. Create folders containers and certs on the host filesystem inside the path that is assigned to the registry-shared volume.

4. Run the following commands inside the certs folder:

openssl req -nodes -newkey rsa:2048 -keyout registry-auth.key -out registry-auth.csr -subj "/CN=gitlab-issuer"
openssl x509 -in registry-auth.csr -out registry-auth.crt -req -signkey registry-auth.key -days 365000
chmod 777 registry-auth.key registry-auth.crt registry-auth.csr

5. Modify the permissions from root to cloudron inside the Docker Registry app for the created folders and files.

chown -R cloudron:cloudron /media/registry-shared/

6. Modify /app/data/config.yml of the Docker Registry app using the File manager by altering or adding the auth part to resemble the following:

auth:
  token:
    realm: https://&lt;GITLAB_HOST&gt;/jwt/auth
    service: container_registry
    issuer: gitlab-issuer
    rootcertbundle: /media/registry-shared/certs/registry-auth.crt
Change the 'rootdirectory' value inside the same config file to:


/media/registry-shared/containers
Save the file and restart the app.

7. Modify /app/data/gitlab.yml of the GitLab app by adding the following lines (some of them might already be there, so skip them):

production:
  &lt;&lt;: *base

  registry:
    enabled: true
    host: &lt;DOCKER_REGISTRY_HOST&gt;
    port: 443
    api_url: https://&lt;DOCKER_REGISTRY_HOST&gt;
    key: /media/registry-shared/certs/registry-auth.key
    path: /media/registry-shared/containers
    issuer: gitlab-issuer
</code></pre>
<ol>
<li>I have created the directory in the host machine</li>
</ol>
<pre><code>/opt/registry-shared
</code></pre>
<ol start="3">
<li>
<p dir="auto">Created two other folders (containers &amp; certs) in the registry-shared directory</p>
</li>
<li>
<p dir="auto">Generated keys in certs folders using the following cmd</p>
</li>
</ol>
]]></description><link>https://forum.cloudron.io/post/49221</link><guid isPermaLink="true">https://forum.cloudron.io/post/49221</guid><dc:creator><![CDATA[arshsahzad]]></dc:creator><pubDate>Tue, 07 Jun 2022 11:33:13 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Tue, 07 Jun 2022 11:34:00 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a>, I have not yet looked into the document, I will let you know...</p>
]]></description><link>https://forum.cloudron.io/post/49036</link><guid isPermaLink="true">https://forum.cloudron.io/post/49036</guid><dc:creator><![CDATA[arshsahzad]]></dc:creator><pubDate>Tue, 07 Jun 2022 11:34:00 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Fri, 03 Jun 2022 15:04:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arshsahzad" aria-label="Profile: arshsahzad">@<bdi>arshsahzad</bdi></a> Have you seen <a href="https://docs.cloudron.io/apps/docker-registry/#gitlab-integration" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/docker-registry/#gitlab-integration</a> already ?</p>
]]></description><link>https://forum.cloudron.io/post/49031</link><guid isPermaLink="true">https://forum.cloudron.io/post/49031</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 03 Jun 2022 15:04:16 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Wed, 01 Jun 2022 16:13:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/arshsahzad" aria-label="Profile: arshsahzad">@<bdi>arshsahzad</bdi></a> said in <a href="/post/48927">Gitlab how to run container registry</a>:</p>
<blockquote>
<p dir="auto">I'm getting error 500 when making changes to the gitlab.yml file</p>
</blockquote>
<p dir="auto">This most likely means there is an error in the yml syntax. What error do you see in the logs ? You will find more logs in /run/gitlab (via web terminal).</p>
]]></description><link>https://forum.cloudron.io/post/48937</link><guid isPermaLink="true">https://forum.cloudron.io/post/48937</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 01 Jun 2022 16:13:56 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Wed, 01 Jun 2022 11:40:50 GMT]]></title><description><![CDATA[<p dir="auto"><strong>Need Help:</strong> Has anyone enabled container registry in the cloudron gitlab, I'm getting <em>error 500</em> when making changes to the gitlab.yml file.</p>
<pre><code>  registry:
    enabled: true
    host: registry.git.arsh.dev
    port: 5005
    api_url: http://localhost:5000/ # internal address to the registry, will be used by GitLab to directly communicate with API
    key: config/registry.key
    path: shared/registry
    issuer: gitlab-issuer
</code></pre>
]]></description><link>https://forum.cloudron.io/post/48927</link><guid isPermaLink="true">https://forum.cloudron.io/post/48927</guid><dc:creator><![CDATA[arshsahzad]]></dc:creator><pubDate>Wed, 01 Jun 2022 11:40:50 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Thu, 14 Jan 2021 18:05:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mario" aria-label="Profile: mario">@<bdi>mario</bdi></a> <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f926.png?v=21ee5037fec" class="not-responsive emoji emoji-android emoji--face_palm" style="height:23px;width:auto;vertical-align:middle" title=":face_palm:" alt="🤦" /> Sorry I missed the most obvious place, I was looking all over.</p>
]]></description><link>https://forum.cloudron.io/post/23435</link><guid isPermaLink="true">https://forum.cloudron.io/post/23435</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 14 Jan 2021 18:05:43 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Thu, 14 Jan 2021 07:45:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> README inside the repo: <a href="https://git.cloudron.io/cloudron/docker-registry-app" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/docker-registry-app</a></p>
]]></description><link>https://forum.cloudron.io/post/23387</link><guid isPermaLink="true">https://forum.cloudron.io/post/23387</guid><dc:creator><![CDATA[mario]]></dc:creator><pubDate>Thu, 14 Jan 2021 07:45:52 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Wed, 13 Jan 2021 23:04:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mario" aria-label="Profile: mario">@<bdi>mario</bdi></a> You left me a note somewhere on how to use the docker registry app with GitLab but I cannot find it anymore. Where did you put it?</p>
]]></description><link>https://forum.cloudron.io/post/23369</link><guid isPermaLink="true">https://forum.cloudron.io/post/23369</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 13 Jan 2021 23:04:40 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Wed, 18 Nov 2020 22:14:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> I definitely have a use case for this despite not being a super-huge enterprise, which is why I'm trying to get it done. And I will - it's just a matter of time <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=21ee5037fec" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">I'm not against Harbor, etc. but I do need this to work which is why I'm on it <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=21ee5037fec" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/19383</link><guid isPermaLink="true">https://forum.cloudron.io/post/19383</guid><dc:creator><![CDATA[mario]]></dc:creator><pubDate>Wed, 18 Nov 2020 22:14:38 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Tue, 17 Nov 2020 02:45:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> I just really need a private registry within cloudron.</p>
<p dir="auto">Have private code waiting to become a private app and this is a show stopper road block.</p>
]]></description><link>https://forum.cloudron.io/post/19199</link><guid isPermaLink="true">https://forum.cloudron.io/post/19199</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Tue, 17 Nov 2020 02:45:50 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Tue, 17 Nov 2020 01:03:12 GMT]]></title><description><![CDATA[<p dir="auto">I went down the <a href="https://docs.gitlab.com/ce/user/packages/container_registry/" target="_blank" rel="noopener noreferrer nofollow ugc">container registry</a> rabbit hole. In the end, it seems that it provides gitlab's authentication layer for the docker registry i.e users/groups/projects have same permissions in the registry as of gitlab. It has a limitation that the registry and the gitlab have to be on the same server. There is some strange path sharing requirement that I don't completely understand - <a href="https://docs.gitlab.com/ce/administration/packages/container_registry.html#use-file-system" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.gitlab.com/ce/administration/packages/container_registry.html#use-file-system</a></p>
<p dir="auto">I think an alternate approach is get <a href="https://goharbor.io/" target="_blank" rel="noopener noreferrer nofollow ugc">Harbor</a> working. It looks simple enough to deploy since it's a Go app and also has LDAP. This will then work with GitLab CI/CD (<a href="https://number1.co.za/use-gitlab-to-build-and-deploy-images-to-harbor/" target="_blank" rel="noopener noreferrer nofollow ugc">nice article</a>). This won't bring in gitlab's auth into the registry though. Are people looking for something like that? (it seems something for big enterprises).</p>
]]></description><link>https://forum.cloudron.io/post/19194</link><guid isPermaLink="true">https://forum.cloudron.io/post/19194</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 17 Nov 2020 01:03:12 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Sun, 15 Nov 2020 14:13:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subven" aria-label="Profile: subven">@<bdi>subven</bdi></a> GitLab registry is basically "just" a configuration to use the registry api through GitLab. It's a regular Docker product - <a href="https://docs.docker.com/registry/" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.docker.com/registry/</a></p>
]]></description><link>https://forum.cloudron.io/post/19072</link><guid isPermaLink="true">https://forum.cloudron.io/post/19072</guid><dc:creator><![CDATA[mario]]></dc:creator><pubDate>Sun, 15 Nov 2020 14:13:06 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Sat, 14 Nov 2020 10:40:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> mainly I just want an all-in-one solution that works out of the box. Since registry comes (in most cases) bundled with Gitlab itself, this should be no problem. A crucial thing to look into would be <a href="https://docs.gitlab.com/ee/administration/packages/container_registry.html#container-registry-garbage-collection" target="_blank" rel="noopener noreferrer nofollow ugc">container registry garbage collection</a> since registry data can pile up easily. Basically it would be totally okay if the registry data were saved and backed up on the server itself. For small environments this would be fine and If you run a larger Gitlab instance you should be prepared anyways.</p>
<p dir="auto">If Gitlab Registry is a seperate service, you could already use Cloudrons ability to configure backup bevavior and storage location. This would be nice for some use cases but not a basic requirement.</p>
<p dir="auto">PS: For external/cloud storage you could already use MinIO which is available on Cloudron ^^</p>
]]></description><link>https://forum.cloudron.io/post/19014</link><guid isPermaLink="true">https://forum.cloudron.io/post/19014</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Sat, 14 Nov 2020 10:40:18 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Fri, 13 Nov 2020 17:26:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mehdi" aria-label="Profile: mehdi">@<bdi>mehdi</bdi></a> yes, but it seems one can also configure them to use S3 and the likes. I was just wondering what people usually do.</p>
]]></description><link>https://forum.cloudron.io/post/18975</link><guid isPermaLink="true">https://forum.cloudron.io/post/18975</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 13 Nov 2020 17:26:46 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Fri, 13 Nov 2020 08:47:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> The registry container just stores the images on its filesystem, doesn't it?</p>
]]></description><link>https://forum.cloudron.io/post/18955</link><guid isPermaLink="true">https://forum.cloudron.io/post/18955</guid><dc:creator><![CDATA[mehdi]]></dc:creator><pubDate>Fri, 13 Nov 2020 08:47:50 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Fri, 13 Nov 2020 08:12:53 GMT]]></title><description><![CDATA[<p dir="auto">I don't, since those images can easily be rebuilt. It's a proxmox host and I've backed up the vm itself, it the server dies at some point, I'll just migrate to a different one.</p>
]]></description><link>https://forum.cloudron.io/post/18953</link><guid isPermaLink="true">https://forum.cloudron.io/post/18953</guid><dc:creator><![CDATA[msbt]]></dc:creator><pubDate>Fri, 13 Nov 2020 08:12:53 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Fri, 13 Nov 2020 07:55:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/msbt" aria-label="Profile: msbt">@<bdi>msbt</bdi></a> how do you handle backups for the registry right now?</p>
]]></description><link>https://forum.cloudron.io/post/18951</link><guid isPermaLink="true">https://forum.cloudron.io/post/18951</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 13 Nov 2020 07:55:07 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Fri, 13 Nov 2020 07:46:21 GMT]]></title><description><![CDATA[<p dir="auto">The reason for my private docker registry: I want to keep my things on my own infrastructure and not somewhere public on docker hub. That's why I'm currently running my own <a href="https://docs.docker.com/registry/deploying/" target="_blank" rel="noopener noreferrer nofollow ugc">docker registry</a> from where I push the images to my cloudrons.</p>
<p dir="auto">I migrated most of my custom apps to official cloudron apps (used to do custom WordPress and LAMPs for various reasons and some apps made it to the store), so only a few that aren't released yet (and some probably never will) are left, but those need to be available at all times - did a cloudron version update the other day and realized that the ssl cert of the registry needed a refresh, else the apps couldn't get reconfigured and would be in an erronous state. Would be nice to have a solution on some dev cloudron which handles those images so I don't have to run that single vm with the docker registry.</p>
]]></description><link>https://forum.cloudron.io/post/18950</link><guid isPermaLink="true">https://forum.cloudron.io/post/18950</guid><dc:creator><![CDATA[msbt]]></dc:creator><pubDate>Fri, 13 Nov 2020 07:46:21 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Thu, 12 Nov 2020 19:43:09 GMT]]></title><description><![CDATA[<p dir="auto">Trying to understand what kind of deployment people are interested in:</p>
<ul>
<li>
<p dir="auto">Registry stores the images locally on the server itself. If so, we have to figure out how this will get backed up. Is there an interest in backing these things up or are people OK if these container images are "lost" (maybe since it's only used for building things in CI/CD).</p>
</li>
<li>
<p dir="auto">Registry is in another non-cloudron server. My understanding is this deployment is already possible but I have to try.</p>
</li>
<li>
<p dir="auto">Some external service is used as registry (for example, DO recently announced it's managed docker registry). Not sure if GitLab supports this.</p>
</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/18928</link><guid isPermaLink="true">https://forum.cloudron.io/post/18928</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 12 Nov 2020 19:43:09 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Thu, 12 Nov 2020 08:07:05 GMT]]></title><description><![CDATA[<p dir="auto">Although using a own subdomain for the registry would be a better approach, it is sufficient to use another port as described <a href="https://docs.gitlab.com/omnibus/settings/dns.html#registry_external_url" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
<p dir="auto">Guide what has to be edited can be found --&gt; <a href="https://dev.to/zaptic/how-to-gitlab-and-docker-registry-2moh" target="_blank" rel="noopener noreferrer nofollow ugc">https://dev.to/zaptic/how-to-gitlab-and-docker-registry-2moh</a></p>
<p dir="auto">Edit: Full package documentation --&gt; <a href="https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/administration/packages/container_registry.md" target="_blank" rel="noopener noreferrer nofollow ugc">https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/administration/packages/container_registry.md</a></p>
]]></description><link>https://forum.cloudron.io/post/18897</link><guid isPermaLink="true">https://forum.cloudron.io/post/18897</guid><dc:creator><![CDATA[subven]]></dc:creator><pubDate>Thu, 12 Nov 2020 08:07:05 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Thu, 12 Nov 2020 07:33:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mehdi" aria-label="Profile: mehdi">@<bdi>mehdi</bdi></a> so it might work as a sub.subdomain in a wildcard DNS config.</p>
<p dir="auto">As for the port, that would be a manual adjustment of nginx and simpler.</p>
]]></description><link>https://forum.cloudron.io/post/18895</link><guid isPermaLink="true">https://forum.cloudron.io/post/18895</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Thu, 12 Nov 2020 07:33:22 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Thu, 12 Nov 2020 03:23:36 GMT]]></title><description><![CDATA[<p dir="auto">It will not work. The gitlab container registry needs another domain (or another port).</p>
]]></description><link>https://forum.cloudron.io/post/18891</link><guid isPermaLink="true">https://forum.cloudron.io/post/18891</guid><dc:creator><![CDATA[mehdi]]></dc:creator><pubDate>Thu, 12 Nov 2020 03:23:36 GMT</pubDate></item><item><title><![CDATA[Reply to Gitlab how to run container registry on Thu, 12 Nov 2020 03:03:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/subven" aria-label="Profile: subven">@<bdi>subven</bdi></a> It looks like it's already enabled as a feature, but not configured in the ~/gitlab/config/gitlab.yml</p>
<p dir="auto">You can uncomment the relevant lines and try it.<br />
Remember to keep it bound to the container &amp; domain.</p>
<p dir="auto">I'll let <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> chime in if it's been tested.</p>
]]></description><link>https://forum.cloudron.io/post/18888</link><guid isPermaLink="true">https://forum.cloudron.io/post/18888</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Thu, 12 Nov 2020 03:03:51 GMT</pubDate></item></channel></rss>