Permissions on /opt/postal/config #1776
-
Hello, we installed postal as instructed on https://docs.postalserver.io/install/installation One issue we're having- I have to chmod 755 /opt/postal/config each time we restart the server/update it, otherwise we get logs about the containers not being able to access the config directory. It seems to go back to 700 each time we update. Should I try to make the 755 permanent, or did I screw something up in the installation? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
From Dockerfile.yml Setup an applicationRUN useradd -r -d /opt/postal -m -s /bin/bash -u 999 postal I wonder if it's something related to the docker containers. |
Beta Was this translation helpful? Give feedback.
-
Are you changing permissions of the config directory on the host or inside the container? |
Beta Was this translation helpful? Give feedback.
-
Directly on the host.
…-BW
On Tue, Dec 21, 2021, 5:23 AM Will Power ***@***.***> wrote:
Are you changing permissions of the config directory on the host or inside
the container?
—
Reply to this email directly, view it on GitHub
<#1776 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKGOCL2KNYWVDVTSRVTSFGDUSBWSVANCNFSM5KJWVSGA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Not a problem with Postalserver, this was something we did to ourselves with a poorly written cron task. |
Beta Was this translation helpful? Give feedback.
Not a problem with Postalserver, this was something we did to ourselves with a poorly written cron task.