-
Hi, I'm using the container to run Foundry, and when I try to copy files from my Windows PC to my /foundrydata/Data folder on my server get a permission denied error as follows: In WinSCP I can see that the the owner of the Foundry Data folder is listed as 421 and that the rights are rwx-r-x-r-x I've tried to identify this user id in my server and I can't find it. Can anyone help? I'm very new to Linux so any help is appreciated. Regards, Tatonker Edit: I'll try the answer posted in #153 and feedback. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
#153 should be a path to success by disabling permission normalization, but you may run into other permission errors if you aren't vigilant. If you know the |
Beta Was this translation helpful? Give feedback.
#153 should be a path to success by disabling permission normalization, but you may run into other permission errors if you aren't vigilant.
If you know the
uid
andgid
that you want those directories to have you can set theFOUNDRY_UID
and/orFOUNDRY_GID
environment variables. See the README for details: https://github.com/felddy/foundryvtt-docker#optional