password more secure the issue?

This commit is contained in:
Lillian-Violet 2023-11-22 14:27:23 +01:00
parent d0ac09f9aa
commit 27af9a0163

View file

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