mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -17,7 +17,7 @@ additionalProperties:
|
|||||||
type: number
|
type: number
|
||||||
- default: "matrix.example.com"
|
- default: "matrix.example.com"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: DOMAIN_NAME
|
envKey: SYNAPSE_SERVER_NAME
|
||||||
labelZh: 服务域名
|
labelZh: 服务域名
|
||||||
labelEn: Domain Name
|
labelEn: Domain Name
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -16,7 +16,6 @@ services:
|
|||||||
- /etc/1panel/envs/global.env
|
- /etc/1panel/envs/global.env
|
||||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||||
environment:
|
environment:
|
||||||
- SYNAPSE_SERVER_NAME=${DOMAIN_NAME}
|
|
||||||
- SYNAPSE_REPORT_STATS=no
|
- SYNAPSE_REPORT_STATS=no
|
||||||
volumes:
|
volumes:
|
||||||
- ${SYNAPSE_ROOT_PATH}/data:/data
|
- ${SYNAPSE_ROOT_PATH}/data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user