diff options
author | crupest <crupest@outlook.com> | 2024-11-06 18:46:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-11-06 18:46:24 +0800 |
commit | 7b50bc05a6758106a36965e8477dc15710dea802 (patch) | |
tree | a258e23f1bbcf08833d3703e1dbe92f9658e7bcd | |
parent | 42726c12a9678f2ccecd95294123018167f91a2e (diff) | |
download | crupest-7b50bc05a6758106a36965e8477dc15710dea802.tar.gz crupest-7b50bc05a6758106a36965e8477dc15710dea802.tar.bz2 crupest-7b50bc05a6758106a36965e8477dc15710dea802.zip |
feat(mail): add more plugins.
-rw-r--r-- | template/docker-compose.yaml.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 6776332..a908795 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -190,6 +190,7 @@ services: - ROUNDCUBEMAIL_SMTP_SERVER=ssl://mail.crupest.life - ROUNDCUBEMAIL_SMTP_PORT=465 - ROUNDCUBEMAIL_DB_TYPE=sqlite + - ROUNDCUBEMAIL_PLUGINS=archive,enigma,jqueryui,newmail_notifier,show_additional_headers,userinfo,zipdownload 2fauth: image: 2fauth/2fauth |