diff options
| author | crupest <crupest@outlook.com> | 2024-11-06 20:15:44 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2024-11-06 20:15:44 +0800 | 
| commit | 7737e09fabeafb2cf76636169eebbf89d6897d61 (patch) | |
| tree | d7d54929e2ff0dc30e1e74eb8625f0765879d3da /template/docker-compose.yaml.template | |
| parent | d489dc2294016cdfbc717ec26ebab27c16c5e772 (diff) | |
| download | crupest-7737e09fabeafb2cf76636169eebbf89d6897d61.tar.gz crupest-7737e09fabeafb2cf76636169eebbf89d6897d61.tar.bz2 crupest-7737e09fabeafb2cf76636169eebbf89d6897d61.zip  | |
fix(mail): move gpg to roundcube data dir.
Diffstat (limited to 'template/docker-compose.yaml.template')
| -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 5e2fdc5..742d358 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -181,7 +181,7 @@ services:      container_name: roundcubemail      restart: on-failure:3      volumes: -      - ./data/gnupg:/gnupg +      - ./data/roundcube/gnupg:/gnupg        - ./data/roundcube/www/html:/var/www/html        - ./data/roundcube/db:/var/roundcube/db        - roundcubemail-temp:/tmp/roundcube-temp  | 
