Docker 安装 gitlab 代码仓库管理
注意:提前安装docker和docker-compose)首先编辑docker-compose.yml文件,内容如下:version: '3' services: gitlab: image: gitlab/gitlab-ce:latest container_name: gitlab restart: always hostname: &
注意:提前安装docker和docker-compose)首先编辑docker-compose.yml文件,内容如下:version: '3' services: gitlab: image: gitlab/gitlab-ce:latest container_name: gitlab restart: always hostname: &