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 | 76e4c7a1c781aa41c366e4138fc4701812014008 (patch) | |
| tree | 1bff5fa1201bef44d37845f402253ba30337d6dc | |
| parent | 7737e09fabeafb2cf76636169eebbf89d6897d61 (diff) | |
| download | crupest-76e4c7a1c781aa41c366e4138fc4701812014008.tar.gz crupest-76e4c7a1c781aa41c366e4138fc4701812014008.tar.bz2 crupest-76e4c7a1c781aa41c366e4138fc4701812014008.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 | 
