diff options
author | crupest <crupest@outlook.com> | 2024-11-06 20:32:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-11-06 20:32:01 +0800 |
commit | 07cef822290cc3bef6e8c20ec355240a2dbee603 (patch) | |
tree | 1bff5fa1201bef44d37845f402253ba30337d6dc | |
parent | 09b6c42a18d3293ff416052387acc212c381eaeb (diff) | |
download | crupest-07cef822290cc3bef6e8c20ec355240a2dbee603.tar.gz crupest-07cef822290cc3bef6e8c20ec355240a2dbee603.tar.bz2 crupest-07cef822290cc3bef6e8c20ec355240a2dbee603.zip |
fix(mail): add config mount point.
-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 742d358..f4e73a5 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -184,6 +184,7 @@ services: - ./data/roundcube/gnupg:/gnupg - ./data/roundcube/www/html:/var/www/html - ./data/roundcube/db:/var/roundcube/db + - ./data/roundcube/config:/var/roundcube/config - roundcubemail-temp:/tmp/roundcube-temp environment: - ROUNDCUBEMAIL_DEFAULT_HOST=ssl://mail.crupest.life |