mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 09:38:47 +08:00
fix: 修复了 Wiki.js 安装失败的问题
This commit is contained in:
parent
c34a1d36b2
commit
bdfe0adedf
@ -9,9 +9,9 @@ services:
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3000
|
||||
environment:
|
||||
DB_TYPE: ${WIKI_PLATFORM}
|
||||
DB_TYPE: ${PANEL_DB_TYPE}
|
||||
DB_HOST: ${PANEL_DB_HOST}
|
||||
DB_PORT: ${WIKI_DB_PORT}
|
||||
DB_PORT: ${PANEL_DB_PORT}
|
||||
DB_USER: ${PANEL_DB_USER}
|
||||
DB_PASS: ${PANEL_DB_USER_PASSWORD}
|
||||
DB_NAME: ${PANEL_DB_NAME}
|
||||
|
Loading…
Reference in New Issue
Block a user