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 | 054a9def8c3bd86583836a464f0ba8d81ff45072 (patch) | |
| tree | 396fe05823b22682e9f9008502def45d29816f60 | |
| parent | 7b50bc05a6758106a36965e8477dc15710dea802 (diff) | |
| download | crupest-054a9def8c3bd86583836a464f0ba8d81ff45072.tar.gz crupest-054a9def8c3bd86583836a464f0ba8d81ff45072.tar.bz2 crupest-054a9def8c3bd86583836a464f0ba8d81ff45072.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  | 
