From e50930a4dcc713d4c4a8f7a8fdd88ab5e0b394b7 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 21 Jan 2024 10:03:59 -0800 Subject: [PATCH] Remove pictrs dir, it's messing with `private` --- lemmy-container.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/lemmy-container.nix b/lemmy-container.nix index 4acfa5c..97591e5 100644 --- a/lemmy-container.nix +++ b/lemmy-container.nix @@ -10,7 +10,6 @@ let networks = { external_network.internal = false; }; docker-compose.volumes = { - pictrs-data = { }; postgres-data = { }; private-data = { }; }; @@ -21,7 +20,6 @@ let restart = "always"; volumes = [ "postgres-data:/var/lib/postgres/data" - "pictrs-data:/var/lib/pict-rs" "private-data:/var/lib/private" "${cfg.admin-password-file}:${cfg.admin-password-file}" ];