Let's just remove the volume
This commit is contained in:
parent
59ab5131ff
commit
bcd09cd623
|
@ -173,9 +173,6 @@
|
|||
mssql = {
|
||||
image = "mcr.microsoft.com/mssql/server:2022-latest";
|
||||
ports = ["127.0.0.1:1433:1433"];
|
||||
volumes = [
|
||||
"/var/lib/mssql"
|
||||
];
|
||||
environment = {
|
||||
"ACCEPT_EULA" = "y";
|
||||
"MSSQL_SA_PASSWORD" = "password";
|
||||
|
|
Loading…
Reference in a new issue