From b56bb5331edb06c72b97d74a82aede0fbce1709e Mon Sep 17 00:00:00 2001 From: TBS093A Date: Thu, 9 Mar 2023 16:35:48 +0100 Subject: [PATCH] remove comments from gitlab docker-compose --- gitlab/docker-compose.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/gitlab/docker-compose.yml b/gitlab/docker-compose.yml index 7cc5599..ed2428c 100644 --- a/gitlab/docker-compose.yml +++ b/gitlab/docker-compose.yml @@ -2,24 +2,6 @@ version: "3.9" services: - # Add these lines into ~/.ssh/config file - # Host gitlab - # HostName 0.0.0.0 - # PreferredAuthentications publickey - # IdentityFile ~/.ssh/git_accesses - # Port 2222 - # - # If you want push / pull from remote - # you must define machine IP instead 0.0.0.0: - # Host gitlab - # HostName 192.168.1.103 - # PreferredAuthentications publickey - # IdentityFile ~/.ssh/git_accesses - # Port 2222 - # - # And you can use gitlab like that: - # git clone git@gitlab:devops-things/docker_images.git - gitlab: image: 'gitlab/gitlab-ee:15.9.2-ee.0' container_name: gitlab