From 864701dea1e35f51e8938e01d157cc487607f487 Mon Sep 17 00:00:00 2001 From: Georg K Date: Thu, 3 Mar 2022 23:15:12 +0300 Subject: [PATCH] fix: gitlab file [ci skip] --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 70222b9..ea027d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,6 +27,6 @@ services: - --addr - :8080 - -git - - gitlab.connectone.pro/:/root/.ssh/id_rsa + - gitlab.connectone.pro:/root/.ssh/id_rsa - -git - - gitlab.connectone.pro/:${GIT_USER}:${GIT_PASS} \ No newline at end of file + - https://gitlab.connectone.pro:${GIT_USER}:${GIT_PASS} \ No newline at end of file