Mail : Make acme read-only.
This commit is contained in:
parent
ea9d9495e5
commit
c0d12ae542
|
@ -45,7 +45,7 @@ in {
|
|||
};
|
||||
"/acme" = {
|
||||
hostPath = "${container.config.proxy.storage}/letsencrypt";
|
||||
isReadOnly = false;
|
||||
isReadOnly = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -69,6 +69,7 @@ in {
|
|||
internalInterfaces = [ "ve-+" ];
|
||||
inherit (args) externalInterface;
|
||||
|
||||
# TODO: Do I even need this?
|
||||
forwardPorts = with args.container.config; [
|
||||
# Dns Server.
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue