aboutsummaryrefslogtreecommitdiff
path: root/template/docker-compose.yaml.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-11-06 20:15:44 +0800
committercrupest <crupest@outlook.com>2024-11-06 20:15:44 +0800
commit09b6c42a18d3293ff416052387acc212c381eaeb (patch)
treed7d54929e2ff0dc30e1e74eb8625f0765879d3da /template/docker-compose.yaml.template
parent86cce1c2c2f743bc5a1bfb13510687a95564d70e (diff)
downloadcrupest-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.template2
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