diff options
author | crupest <crupest@outlook.com> | 2024-11-06 20:43:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-11-06 20:43:27 +0800 |
commit | 23aa6ec6fd8ffa9617d1cc197aaea22e47b26d2b (patch) | |
tree | 4bcfd9a3053a6e8d237532b1558fd6f4de1518bc /template/docker-compose.yaml.template | |
parent | 07cef822290cc3bef6e8c20ec355240a2dbee603 (diff) | |
download | crupest-23aa6ec6fd8ffa9617d1cc197aaea22e47b26d2b.tar.gz crupest-23aa6ec6fd8ffa9617d1cc197aaea22e47b26d2b.tar.bz2 crupest-23aa6ec6fd8ffa9617d1cc197aaea22e47b26d2b.zip |
fix(mail): move gnupg home.
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 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 |