1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-17 11:29:36 +08:00

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}
@ -22,4 +23,4 @@ services:
createdBy: "Apps"
networks:
1panel-network:
external: true
external: true