Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Persistent volume - workaround? #13

Open
Rhiz3K opened this issue Oct 29, 2024 · 0 comments
Open

Persistent volume - workaround? #13

Rhiz3K opened this issue Oct 29, 2024 · 0 comments

Comments

@Rhiz3K
Copy link

Rhiz3K commented Oct 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant