mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
feat: 修改 adguardhome 版本 (#206)
This commit is contained in:
parent
47388ae401
commit
908d0497e6
@ -1,11 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40026
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,30 +0,0 @@
|
||||
version: "3"
|
||||
services:
|
||||
synapse:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- synapse-data:/data
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:8008"
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
image: matrixdotorg/synapse:v1.86.0
|
||||
logging:
|
||||
options:
|
||||
max-size: "10m"
|
||||
command: run -m synapse.app.homeserver --config-path=/data/homeserver.yaml
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
volumes:
|
||||
synapse-data:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
Loading…
Reference in New Issue
Block a user