aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-11-06 20:43:27 +0800
committercrupest <crupest@outlook.com>2024-11-06 20:43:27 +0800
commit4dbb14fbb572160564ef6c9d4621c9a128c42cea (patch)
tree4bcfd9a3053a6e8d237532b1558fd6f4de1518bc
parent76e4c7a1c781aa41c366e4138fc4701812014008 (diff)
downloadcrupest-4dbb14fbb572160564ef6c9d4621c9a128c42cea.tar.gz
crupest-4dbb14fbb572160564ef6c9d4621c9a128c42cea.tar.bz2
crupest-4dbb14fbb572160564ef6c9d4621c9a128c42cea.zip
fix(mail): move gnupg home.
-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 f4e73a5..d86aae6 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/roundcube/gnupg:/gnupg
+ - ./data/secret/gnupg:/gnupg
- ./data/roundcube/www/html:/var/www/html
- ./data/roundcube/db:/var/roundcube/db
- ./data/roundcube/config:/var/roundcube/config