From 831b1f88ad8f1dbf75c1379be7c19d1e09c6fb51 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 20 Jan 2024 23:20:38 -0800 Subject: [PATCH] Define pictrs-data volume --- lemmy-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemmy-container.nix b/lemmy-container.nix index 4ad4c9d..0cf7316 100644 --- a/lemmy-container.nix +++ b/lemmy-container.nix @@ -11,7 +11,7 @@ let docker-compose.volumes = { postgres-data = { }; - lemmy-data = { }; + pictrs-data = { }; }; services = {