Browse Source

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.

pull/441/merge
Cesar De la Torre Llorente 7 years ago
parent
commit
1a4205491b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker-compose.override.yml

+ 1
- 1
docker-compose.override.yml View File

@ -203,7 +203,7 @@ services:
sql.data:
environment:
- MSSQL_SA_PASSWORD=Pass@word
- SA_PASSWORD=Pass@word
- ACCEPT_EULA=Y
ports:
- "5433:1433"


Loading…
Cancel
Save