changing docker mssql image version to newer(less memory consumption)
This commit is contained in:
parent
157e8be9d9
commit
57164e0767
@ -30,7 +30,7 @@ services:
|
||||
|
||||
# mssql
|
||||
mssql:
|
||||
image: "microsoft/mssql-server-linux:2017-GA"
|
||||
image: "microsoft/mssql-server-linux:2017-CU4"
|
||||
container_name: "typeorm-mg-mssql"
|
||||
ports:
|
||||
- "1433:1433"
|
||||
|
Loading…
Reference in New Issue
Block a user