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:
Cesar De la Torre Llorente 2018-01-09 10:02:29 -08:00
parent bc619b8c4b
commit 1a4205491b

View File

@ -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"