HaschekSolutions / opentrashmail

Open Source standalone trashmail solution that ships its own mail server
Apache License 2.0
576 stars 48 forks source link

Docker permission problem : can't create/access mailserver.log #81

Open Draky50110 opened 3 months ago

Draky50110 commented 3 months ago

Hello.

I tried docker install but it stopped on mailserver.log creation (end of start.sh script). It tried to use nginx user but not sure it can as I mounted logs (and data) directories to my SMB share directories.

Is it possible to change to another user like 1000:100 or to use root user ?

geek-at commented 1 month ago

did you use a docker volume or a local bind for the data folder?

Draky50110 commented 1 month ago

Local bind.