diff options
author | crupest <crupest@outlook.com> | 2024-11-06 19:11:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-11-06 19:11:27 +0800 |
commit | 792a87c5571305fd94d9ff02d051c3870344d165 (patch) | |
tree | 396fe05823b22682e9f9008502def45d29816f60 | |
parent | 41cbf98a286db0c7a58b2cee67db95ba0648d2a4 (diff) | |
download | crupest-792a87c5571305fd94d9ff02d051c3870344d165.tar.gz crupest-792a87c5571305fd94d9ff02d051c3870344d165.tar.bz2 crupest-792a87c5571305fd94d9ff02d051c3870344d165.zip |
fix(mail): persistent more data in docker.
-rw-r--r-- | template/docker-compose.yaml.template | 6 |
1 files changed, 3 insertions, 3 deletions
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 |