feat: 修改一些软件的配置文件
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"formFields": [
|
||||
{
|
||||
"type": "text",
|
||||
"labelZh": "访问地址",
|
||||
"labelZh": "域名或IP",
|
||||
"labelEn": "Address",
|
||||
"required": true,
|
||||
"default": "",
|
||||
|
||||
@@ -6,6 +6,7 @@ services:
|
||||
restart: always
|
||||
hostname: ${GITLAB_HOSTNAME}
|
||||
environment:
|
||||
TZ: 'Asia/Shanghai'
|
||||
GITLAB_OMNIBUS_CONFIG: |
|
||||
external_url 'http://${GITLAB_HOSTNAME}:${PANEL_APP_PORT_HTTP}'
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user