Define pictrs-data volume

This commit is contained in:
niten 2024-01-20 23:20:38 -08:00
parent dc8b3fed96
commit 831b1f88ad
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ let
docker-compose.volumes = { docker-compose.volumes = {
postgres-data = { }; postgres-data = { };
lemmy-data = { }; pictrs-data = { };
}; };
services = { services = {