diff options
author | crupest <crupest@outlook.com> | 2024-11-06 19:18:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-11-06 19:18:08 +0800 |
commit | 9e3f6c784bcc1acafe13796a4e0fac21098a7fdf (patch) | |
tree | c27166014ae0ba2fdcbc1adc76afdb34b2550c06 | |
parent | 054a9def8c3bd86583836a464f0ba8d81ff45072 (diff) | |
download | crupest-9e3f6c784bcc1acafe13796a4e0fac21098a7fdf.tar.gz crupest-9e3f6c784bcc1acafe13796a4e0fac21098a7fdf.tar.bz2 crupest-9e3f6c784bcc1acafe13796a4e0fac21098a7fdf.zip |
fix(mail): remove enigma.
-rw-r--r-- | template/docker-compose.yaml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 12255ff..d985fb1 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -190,7 +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 + - ROUNDCUBEMAIL_PLUGINS=archive,jqueryui,newmail_notifier,show_additional_headers,userinfo,zipdownload 2fauth: image: 2fauth/2fauth |