From 09b6c42a18d3293ff416052387acc212c381eaeb Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 6 Nov 2024 20:15:44 +0800 Subject: fix(mail): move gpg to roundcube data dir. --- template/docker-compose.yaml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/docker-compose.yaml.template') 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 -- cgit v1.2.3