From 128348cae1eaf1ef303e89b29e19832ea6c439a4 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Thu, 9 Mar 2023 19:54:00 +0100 Subject: [PATCH] improve docker.registry configuration --- gitlab/README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gitlab/README.md b/gitlab/README.md index cb78de2..b6cebe2 100644 --- a/gitlab/README.md +++ b/gitlab/README.md @@ -16,17 +16,7 @@ GITLAB_IP_OR_DNS="http://0.0.0.0" ## SSH config -Add these lines into ~/.ssh/config file - -```bash -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: +Add these lines into ~/.ssh/config file (If you want push / pull from remote you must define machine IP instead 0.0.0.0): ```bash Host gitlab