Fixed SQL parameters for the new SQL Server image

This commit is contained in:
Cesar De la Torre 2018-01-05 12:38:03 -08:00
parent f149734db7
commit 60fc141792

View File

@ -203,9 +203,8 @@ services:
sql.data:
environment:
- MSSQL_SA_PASSWORD=Pass@word
- sa_password=Pass@word
- ACCEPT_EULA=Y
- MSSQL_PID=Developer
ports:
- "5433:1433"