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