Only make volume for dovecot, not all solr
This commit is contained in:
parent
ca49b8ca6a
commit
b58a8cc762
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue