Skip to content

Persistent volume - workaround? #13

@Rhiz3K

Description

@Rhiz3K

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions