1
0

feat: Add DB_PORT parameter to Nocobase (#3770)

This commit is contained in:
王贺
2025-04-25 10:39:06 +08:00
committed by GitHub
parent b66ddc2283
commit 15071787ac

View File

@@ -11,6 +11,7 @@ services:
- APP_KEY=${APP_KEY}
- DB_DIALECT=${PANEL_DB_TYPE}
- DB_HOST=${PANEL_DB_HOST}
- DB_PORT=${PANEL_DB_PORT}
- DB_DATABASE=${PANEL_DB_NAME}
- DB_USER=${PANEL_DB_USER}
- DB_PASSWORD=${PANEL_DB_USER_PASSWORD}