You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is intentional, but in my case new files got created with a permission set of 0764.
I see that the Dockerfile contains the line force create mode = 0664 but it is missing a create mode = 0664 which, in my case, was causing the 0764 permissions.
Maybe samba.sh could add a flag to optionally add a create mode = 0664 line?
Thank you David for sharing this container.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is intentional, but in my case new files got created with a permission set of
0764
.I see that the Dockerfile contains the line
force create mode = 0664
but it is missing acreate mode = 0664
which, in my case, was causing the0764
permissions.Maybe samba.sh could add a flag to optionally add a
create mode = 0664
line?Thank you David for sharing this container.
The text was updated successfully, but these errors were encountered: