diff --git a/lemmy-container.nix b/lemmy-container.nix index dae94f5..fa71760 100644 --- a/lemmy-container.nix +++ b/lemmy-container.nix @@ -67,7 +67,8 @@ in { hostPort = cfg.port; containerPort = 80; }]; - ephemeral = true; + ## Does ephemeral mean read-only? + # ephemeral = true; bindMounts = { "/var/lib/postgres/data" = { hostPath = "${cfg.state-directory}/postgres";