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 configured environment variables: UID and GID in docker compose yaml. And persist /data on local file system. However, while archiving web page, the ownership of the newly created web files on /data dir, is still root.
Is this is right way to do shiori root-less? My need is to make archived files belongs to UID:GID.
Thank you!
The text was updated successfully, but these errors were encountered:
Yes I tried this option. Using docker ‘user’ argument, shiori will not even work properly (it won’t initiate) using latest tag. Using env variable, it just does not behave as expected (create file as root) but program still works.On Nov 16, 2024, at 9:21 PM, Felipe Martin ***@***.***> wrote:
Hey, have you tried with the --user docker flag or the user docker compose attribute?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
Data
Describe the bug / actual behavior
I configured environment variables: UID and GID in docker compose yaml. And persist
/data
on local file system. However, while archiving web page, the ownership of the newly created web files on/data
dir, is stillroot
.Is this is right way to do shiori root-less? My need is to make archived files belongs to UID:GID.
Thank you!
The text was updated successfully, but these errors were encountered: