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 | 09b6c42a18d3293ff416052387acc212c381eaeb (patch) | |
tree | d7d54929e2ff0dc30e1e74eb8625f0765879d3da /template/docker-compose.yaml.template | |
parent | 86cce1c2c2f743bc5a1bfb13510687a95564d70e (diff) | |
download | crupest-09b6c42a18d3293ff416052387acc212c381eaeb.tar.gz crupest-09b6c42a18d3293ff416052387acc212c381eaeb.tar.bz2 crupest-09b6c42a18d3293ff416052387acc212c381eaeb.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 |