Setting SA_PASSWORD for the SQL Server Linux container config instead MSSQL__SA_PASSWORD, so it could be compatible for SQL Server on Windows Containers, too.
This commit is contained in:
parent
bc619b8c4b
commit
1a4205491b
@ -203,7 +203,7 @@ services:
|
|||||||
|
|
||||||
sql.data:
|
sql.data:
|
||||||
environment:
|
environment:
|
||||||
- MSSQL_SA_PASSWORD=Pass@word
|
- SA_PASSWORD=Pass@word
|
||||||
- ACCEPT_EULA=Y
|
- ACCEPT_EULA=Y
|
||||||
ports:
|
ports:
|
||||||
- "5433:1433"
|
- "5433:1433"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user