From 792a87c5571305fd94d9ff02d051c3870344d165 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 6 Nov 2024 19:11:27 +0800 Subject: fix(mail): persistent more data in docker. --- template/docker-compose.yaml.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'template/docker-compose.yaml.template') diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index a908795..12255ff 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -181,9 +181,9 @@ services: container_name: roundcubemail restart: on-failure:3 volumes: - - ./data/roundcube/config:/var/roundcube/config + - ./data/roundcube/www/html:/var/www/html - ./data/roundcube/db:/var/roundcube/db - - rountcubemail-temp:/tmp/roundcube-temp + - roundcubemail-temp:/tmp/roundcube-temp environment: - ROUNDCUBEMAIL_DEFAULT_HOST=ssl://mail.crupest.life - ROUNDCUBEMAIL_DEFAULT_PORT=993 @@ -216,4 +216,4 @@ services: volumes: blog-public: debian-dev-home: - rountcubemail-temp: \ No newline at end of file + roundcubemail-temp: \ No newline at end of file -- cgit v1.2.3