摘要: 内存大于8G # 拉取Gitlab镜像 docker pull gitlab/gitlab-ce:latest # 启动容器 docker run \ -itd --name gitlab \ -p xxxx:80 \ -p yyyy:22 \ -e GITLAB_OMNIBUS_CONFIG:"e 阅读全文
posted @ 2023-04-11 21:27 小黑狐狸1001 阅读(21) 评论(0) 推荐(0) 编辑