docker-mbsync
docker-mbsync copied to clipboard
A Docker container which runs the mbsync tool automatically to synchronize your email
I use Docker Compose to run this mbsync container automatically. However, after one of the recent updates, I noticed that the container errors out and won't start after I restart...
I'm using the following docker-compose but all emails are still written as root user. Is PUID/PGID not working? ``` version: "3.4" services: mbsync: image: jakewharton/mbsync:latest container_name: mbsync volumes: - /home/docker/mbsync:/config...