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
Not sure if it is issue, but I am using Collify for docker image and when mounting persistent volume for /home/ folder to be able to preserve data for restarts there was issue for installation page due to Apache permission issues.
Forbidden
You don't have permission to access this resource.
Found a workaround:
sudo docker run -it --rm -v <volume_id>:/home alpine sh
chmod -R 755 /home
Not sure if it is correct behavior but this worked.
The text was updated successfully, but these errors were encountered:
Not sure if it is issue, but I am using Collify for docker image and when mounting persistent volume for /home/ folder to be able to preserve data for restarts there was issue for installation page due to Apache permission issues.
Found a workaround:
Not sure if it is correct behavior but this worked.
The text was updated successfully, but these errors were encountered: