This commit is contained in:
Philip Peterson 2026-05-23 22:28:08 -08:00
parent e77a076c17
commit 425a7ba6d4

View file

@ -243,7 +243,7 @@ in {
volumes = []; volumes = [];
environment = {}; environment = {};
environmentFiles = [ config.age.secrets.postmark.path ]; environmentFiles = [ config.age.secrets.postmark.path ];
ports = ["3012:8080"]; ports = ["3012:8081"];
}; };
}; };