Don't need that mssql anymore babey
This commit is contained in:
parent
f34d0f868e
commit
ae1b931738
|
@ -161,18 +161,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.oci-containers.containers = {
|
|
||||||
mssql = {
|
|
||||||
image = "mcr.microsoft.com/mssql/server:2022-latest";
|
|
||||||
ports = ["1433:1433"];
|
|
||||||
environment = {
|
|
||||||
"ACCEPT_EULA" = "Y";
|
|
||||||
"MSSQL_SA_PASSWORD" = "EbKihNUHg6S$V$qchADFmw!JCm##toc3";
|
|
||||||
};
|
|
||||||
volumes = ["/home/lillian/docker/mssql:/data"];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable completion of system packages by zsh
|
# Enable completion of system packages by zsh
|
||||||
environment.pathsToLink = ["/share/zsh"];
|
environment.pathsToLink = ["/share/zsh"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue