woa7 / docker-piler

Docker: piler is an open source email archiving application with lots of features aimed for the enterprises, http://www.mailpiler.org/
GNU General Public License v3.0
6 stars 5 forks source link

mariadb won't start with mapped volume /var/lib/mysql #20

Open sebastian-haendel opened 3 years ago

sebastian-haendel commented 3 years ago

To keep the database on updates and for backup reasons, i tried to start the piler with the following compose file:

version: '3.3' services: piler: image: woa7/piler ports:

Here the log:

... User uid: 1000 User gid: 1000

[cont-init.d] 10-adduser: exited 0. [cont-init.d] 99-custom-scripts: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-scripts: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.

sebastian-haendel commented 3 years ago

When i use NFS Volumes everything works:

version: '3.3' services: piler: image: woa7/piler ports: