From 07cef822290cc3bef6e8c20ec355240a2dbee603 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 6 Nov 2024 20:32:01 +0800 Subject: fix(mail): add config mount point. --- template/docker-compose.yaml.template | 1 + 1 file changed, 1 insertion(+) (limited to 'template/docker-compose.yaml.template') diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 742d358..f4e73a5 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -184,6 +184,7 @@ services: - ./data/roundcube/gnupg:/gnupg - ./data/roundcube/www/html:/var/www/html - ./data/roundcube/db:/var/roundcube/db + - ./data/roundcube/config:/var/roundcube/config - roundcubemail-temp:/tmp/roundcube-temp environment: - ROUNDCUBEMAIL_DEFAULT_HOST=ssl://mail.crupest.life -- cgit v1.2.3