We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I grew tired of waiting 11.0.2 image to be released, so I copy pasted the Dockerfile (& entrypoint) to myself and built on it.
Before updating, I stopped all containers, removed all unnamed volumes (/var/www/html) and then started everything up.
I run the updater with ./occ upgrade (which was NOT executable by default, had to use php ./occ upgrade as www-data).
php ./occ upgrade
I then ran this script with this output:
Creating possible missing Directories chmod Files and Directories chown Directories chmod/chown .htaccess
I still get these errors. Everything is owned by www-data and it (owner) has write permissions to data, config, apps, config.php etc...
I do not have SELinux installed.
Edit: Forgot the original screen shot..
The text was updated successfully, but these errors were encountered:
Oh my. Everything self corrected right after I posted this.
All checks passed.
Why does it take ages to get the 11.0.2 released?
Is there anything I can help with to have it released to docker hub? I believe #41 should do the trick?
Sorry, something went wrong.
#41 merged, finally (<3), I'll just close this.
No branches or pull requests
I grew tired of waiting 11.0.2 image to be released, so I copy pasted the Dockerfile (& entrypoint) to myself and built on it.
Before updating, I stopped all containers, removed all unnamed volumes (/var/www/html) and then started everything up.
I run the updater with ./occ upgrade (which was NOT executable by default, had to use
php ./occ upgrade
as www-data).I then ran this script with this output:
I still get these errors. Everything is owned by www-data and it (owner) has write permissions to data, config, apps, config.php etc...
I do not have SELinux installed.
Edit: Forgot the original screen shot..
The text was updated successfully, but these errors were encountered: