docker
docker copied to clipboard
⛴ Docker image of Nextcloud
Can I install it on raspberry pie 3B +? Never succeeded.
Hi everyone, I came across this issue about running NextCloud on OpenShift as a non-root user: https://github.com/nextcloud/docker/issues/458 That thread mentioned two PRs made to docker-library/php that were intended to fix...
Automatic installation with set NEXTCLOUD_ADMIN_USER is not working properly. Failure example: [repository](https://github.com/gwisp2/NextcloudBugEnvironment). NEXTCLOUD_ADMIN_USER=gwisp POSTGRES_USER=nextcloud_user In logs it can be seen that database tables are created by _nextcloud_user_ and when handling...
This example give a full example to deploy Nextcloud with Mariadb, Nginx, lets encrypt and Collabora office. #55 #223
# Expectation: Cron should execute cron.php with the UID the container is started with (in case a UID is provided). # Status Quo: Cron.php is executed with www-data, which is...
I’m following the steps in: https://help.nextcloud.com/t/howto-ubuntu-docker-nextcloud-talk-collabora/76430 I’m at the part where I added smb support, 5.4. Prior to this everything is fine, but trying to rebuild a custom image I...
Question: This is a long shot, but I have recently been getting this issue that when I enable or disable maintenance mode, there's a 1-2 minute delay of maintenance mode...
I was playing around with setting up Nextcloud 23.0 using docker-compose on a rather slow virtual machine. This results in MariaDB taking quite a while to be fully setup during...
Allows to set up the nextcloud auth token during install. Purpose is to make the install smoother by exposing it and have server info and metrics available to verify the...
The example file did not work until i removed the VIRTUAL_PORT env. I guess collabora doesn't provide services on port 443 but on 9980. https://github.com/nextcloud/docker/blob/52650497660678ef31476ade50375b833c7eae8d/.examples/docker-compose/with-nginx-proxy-self-signed-ssl-collabora-office-mariadb/docker-compose.yml#L97