Centos7下使用docker-compose搭建GitLab服务器
摘要:
一、准备docker-compose.yml文件 中文版: version: '3' services: gitlab: image: 'twang2218/gitlab-ce-zh:11.1.4' container_name: "gitlab" restart: unless-stopped p 阅读全文
posted @ 2021-07-02 01:57 敖胤 阅读(242) 评论(0) 推荐(0) 编辑