password more secure the issue?

This commit is contained in:
Lillian Violet 2023-11-22 14:27:23 +01:00
parent 1e8e483f26
commit e434b10818

View file

@ -181,7 +181,7 @@
ports = ["1433:1433"]; ports = ["1433:1433"];
environment = { environment = {
"ACCEPT_EULA" = "Y"; "ACCEPT_EULA" = "Y";
"MSSQL_SA_PASSWORD" = "password"; "MSSQL_SA_PASSWORD" = "EbKihNUHg6S$V$qchADFmw!JCm##toc3";
}; };
volumes = ["/home/lillian/docker/mssql:/data"]; volumes = ["/home/lillian/docker/mssql:/data"];
}; };