Adam Lawrence

Results 2 comments of Adam Lawrence

The following is a work around Install using docker compose `docker-compose.yml` file is ``` ersion: "3.9" services: postfixadmin: image: postfixadmin ports: - "8080:80" environment: POSTFIXADMIN_DB_TYPE: sqlite volumes: - dovecot-postfixadmin:/var/www dovecot:...

I've got a use case where I have a 50GB data folder on my local SSD drive that I do not want to sync but I do want to sync...