Only make volume for dovecot, not all solr

This commit is contained in:
niten 2023-10-11 21:19:05 -07:00
parent ca49b8ca6a
commit b58a8cc762
1 changed files with 2 additions and 1 deletions

View File

@ -400,7 +400,8 @@ in {
image = cfg.images.solr;
restart = "always";
networks = [ "solr_network" ];
volumes = [ "${cfg.state-directory}/solr:/opt/solr/server/solr" ];
volumes =
[ "${cfg.state-directory}/solr:/opt/solr/server/solr/dovecot" ];
};
antispam = {
service = {