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

[Bug]: QloApps Docker image - persistent volume permission issue #4058

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

[Bug]: QloApps Docker image - persistent volume permission issue #4058

Rhiz3K opened this issue Oct 29, 2024 · 0 comments
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.

Comments

@Rhiz3K
Copy link

Rhiz3K commented Oct 29, 2024

Error Message and Logs

Using not supported service QloApps 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.

Steps to Reproduce

  1. Use service Docker file webkul/qloapps_docker:latest
  2. Use Storages volume for Destination Path /home/ where QloApps data are stored
  3. Error

Forbidden: You don't have permission to access this resource. on home page instead of installation page

  1. Workaround
sudo docker run -it --rm -v <volume_id>:/home alpine sh
chmod -R 755 /home

Example Repository URL

No response

Coolify Version

v4.0.0-beta.360

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 24.04 LTS

Additional Information

No response

@Rhiz3K Rhiz3K added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.
Projects
None yet
Development

No branches or pull requests

1 participant