摘要: docker-compose搭建gitlab 1. 创建docker-compose.yml文件 version: '3' services: gitlab: image: 'gitlab/gitlab-ce' restart: always container_name: gitlab hostn 阅读全文
posted @ 2020-09-17 16:34 她的开呀 阅读(870) 评论(0) 推荐(0) 编辑