diff options
| -rw-r--r-- | template/docker-compose.yaml.template | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
