Skip to content

Commit d419f6a

Browse files
committed
chore: update docker/gitlab.md
1 parent dc6172f commit d419f6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/gitlab.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ web:
156156
environment:
157157
GITLAB_OMNIBUS_CONFIG: |
158158
external_url 'https://gitlab.example.com'
159+
gitlab_rails['time_zone'] = 'Asia/Shanghai'
160+
gitlab_rails['backup_keep_time'] = 259200 # 3 Day, 259200 seconds
161+
registry_external_url 'http://192.168.188.222:5008'
159162
ports:
160163
- '8081:80'
161164
- '8443:443'

0 commit comments

Comments
 (0)