We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e16d0b commit 65e586dCopy full SHA for 65e586d
CI-Install-And-Usage.md
@@ -20,6 +20,7 @@
20
## Gitlab + Redis + Postgresql
21
22
- 预计会使用内存:2G 左右
23
+- 这套方案来自(部分内容根据自己情况进行了修改):<https://github.com/sameersbn/docker-gitlab>
24
- 创建宿主机挂载目录:`mkdir -p /data/docker/gitlab/gitlab /data/docker/gitlab/redis /data/docker/gitlab/postgresql`
25
- 赋权(避免挂载的时候,一些程序需要容器中的用户的特定权限使用):`chmod -R 777 /data/docker/gitlab/gitlab /data/docker/gitlab/redis /data/docker/gitlab/postgresql`
26
- 这里使用 docker-compose 的启动方式,所以需要创建 docker-compose.yml 文件:
0 commit comments