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

- 阅读全文 -