feat: Add DB_PORT parameter to Nocobase (#3770)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user