docker icon indicating copy to clipboard operation
docker copied to clipboard

⛴ Docker image of Nextcloud

Results 343 docker issues
Sort by recently updated
recently updated
newest added

Can I install it on raspberry pie 3B +? Never succeeded.

question

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...

question

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...

bug
feature: auto config (environment variables)
integration: database
feature: installing

This example give a full example to deploy Nextcloud with Mariadb, Nginx, lets encrypt and Collabora office. #55 #223

help wanted
examples
integration: office
needs review

# 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...

enhancement
wontfix
feature: cron
user
needs review

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

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...

bug
0. Needs triage
feature: installing
good first issue

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

examples