[PR #606] Replace the deprecated SA_PASSWORD variable with MSSQL_SA_PASSWORD and expose database port. #595

Open
opened 2025-11-06 14:29:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/606
Author: @praisetompane
Created: 10/4/2025
Status: 🔄 Open

Base: masterHead: aspnet-mssql


📝 Commits (1)

  • b5c5e46 fix(aspnet-mssql): replace the deprecated SA_PASSWORD variable with MSSQL_SA_PASSWORD and expose the database port so we can connect to the database process.

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 aspnet-mssql/compose.yaml (+5 -5)

📄 Description

objectives:

  • replace the deprecated SA_PASSWORD variable.
  • expose database process port.

References:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/606 **Author:** [@praisetompane](https://github.com/praisetompane) **Created:** 10/4/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `aspnet-mssql` --- ### 📝 Commits (1) - [`b5c5e46`](https://github.com/docker/awesome-compose/commit/b5c5e46a055b20b2a411522a32d01c504f7ed0c1) fix(aspnet-mssql): replace the deprecated SA_PASSWORD variable with MSSQL_SA_PASSWORD and expose the database port so we can connect to the database process. ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `aspnet-mssql/compose.yaml` (+5 -5) </details> ### 📄 Description objectives: - replace the deprecated SA_PASSWORD variable. - expose database process port. References: - https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-configure-environment-variables?view=sql-server-ver17 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:29:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#595