update
This commit is contained in:
parent
eec3f55917
commit
97018ca824
3
.env
3
.env
@ -1,4 +1,5 @@
|
||||
hostname=gitlab.zziyu.cn
|
||||
external_url=https://gitlab.zziyu.cn
|
||||
email=Zengtudor@outlook.com
|
||||
gitlab_root=/root/gitlab
|
||||
gitlab_root=/root/gitlab
|
||||
mem_limit=2048m
|
@ -4,6 +4,7 @@ services:
|
||||
image: 'twang2218/gitlab-ce-zh:11.1.4'
|
||||
restart: unless-stopped
|
||||
hostname: $hostname
|
||||
mem_limit: $mem_limit
|
||||
environment:
|
||||
TZ: 'Asia/Shanghai'
|
||||
GITLAB_OMNIBUS_CONFIG: |
|
||||
|
Loading…
Reference in New Issue
Block a user