Patrik Kernstock

Results 142 comments of Patrik Kernstock

I'd say it looks and and would be a good idea. Also I have added that setting to my `docker-compose.override.yml` on my test-deployment using `nightly` branch. So far, no issues....

Workaround: Just delete the wrong-created folder, which is supposed to be a file: ``` docker compose up -d (Wait 1-2 minutes) [ -d "./data/conf/sogo/sieve.creds/" ] && rm -rf ./data/conf/sogo/sieve.creds/ &&...