zokradonh / kopano-docker

Unofficial Kopano Docker images for all Kopano services.
MIT License
59 stars 36 forks source link

Fix machine-id mount for spamd container #438

Closed lion7 closed 4 years ago

lion7 commented 4 years ago

When starting the whole kopano stack using docker-compose up -d the kopano_spamd fails to start because /var/lib/dbus/machine-id could not be found on my host system. All other kopano containers instead define a mount of the host path /etc/machine-id to /var/lib/dbus/machine-id, so I assumed this is probably a copy/paste error or something. Changing the host path fixed my issue and caused the kopano-spamd container to successfully start.

fbartels commented 4 years ago

Hi @lion7,

thanks for your pr. Indeed the machine-id mounts were not matching up with the other containers. Must have missed this when reviewing https://github.com/Kopano-dev/kopano-docker/pull/17.

Thanks for your pr!