mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-12 18:00:32 +08:00
refactor: phpmyadmin 登录页增加数据库服务地址选项 (#273)
This commit is contained in:
parent
468102d53e
commit
50a3e98a5f
@ -1,12 +1,5 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
key: mysql
|
||||
labelEn: Database Service
|
||||
labelZh: 数据库服务
|
||||
required: true
|
||||
type: service
|
||||
- default: 8089
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
environment:
|
||||
- PMA_HOST=${PANEL_DB_HOST}
|
||||
- PMA_ARBITRARY=1
|
||||
networks:
|
||||
- 1panel-network
|
||||
volumes:
|
||||
|
Loading…
x
Reference in New Issue
Block a user