diff --git a/nocobase/1.6.23/docker-compose.yml b/nocobase/1.6.23/docker-compose.yml index b66d3aa86..ab6f56aba 100644 --- a/nocobase/1.6.23/docker-compose.yml +++ b/nocobase/1.6.23/docker-compose.yml @@ -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 \ No newline at end of file + external: true