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 need to change the user and group the backend at least runs at to access the location the photos will be stored. I have tried adding PUID and PGID to environmental variables. I have also added user: uid:gid to the docker-compose.yml Neither of these worked. The images will start with the permissions changed but I am still getting permission denied errors when attempting to upload a file
The text was updated successfully, but these errors were encountered:
I need to change the user and group the backend at least runs at to access the location the photos will be stored. I have tried adding PUID and PGID to environmental variables. I have also added user: uid:gid to the docker-compose.yml Neither of these worked. The images will start with the permissions changed but I am still getting permission denied errors when attempting to upload a file
The text was updated successfully, but these errors were encountered: