docker
docker copied to clipboard
⛴ Docker image of Nextcloud
Howdy, I noticed #2194 and the PR but there are more problems with the examples than just the `version` parameter. Docker changed the file name requirements too, changed the command...
@tilosp @J0WI Have you thought about creating a CONTRIBUTING.md file for this repo, where people can learn how to contribute, how things are supposed to work, some basic info about...
Dear community, I have an feature request - collabora examples. It would be very kind, if some of you could make an collabora docker-compose example and help us the hobbyists....
We try to run the fpm image in a sub directory with the config for the nginx proxy from the [config](https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html#nextcloud-in-a-subdir-of-the-nginx-webroot) from the nextcloud documentation. While everything works with no...
I was just following the README for migrating an existing installation to a Dockerized installation: https://github.com/nextcloud/docker#migrating-an-existing-installation The steps are numbered in this order: 1, 2, 3, 4, 5, 3, 4,...
I am having a warning that indicates that opcache memory is almost full. I checked and this issue was already raised in some closed issues: https://github.com/nextcloud/docker/issues/1926 And I also checked...
I have this env-file: ``` #/home/me/nc_env MYSQL_ROOT_PASSWORD=mysql_root_password MYSQL_DATABASE=nextcloud MYSQL_USER=nc_admin MYSQL_PASSWORD=mysql_nc_password MYSQL_ALLOW_EMPTY_PASSWORD=no MYSQL_HOST=127.0.0.1 NEXTCLOUD_ADMIN_USER=nc_admin NEXTCLOUD_ADMIN_PASSWORD=nc_password ``` When I run `podman run -d --env-file=$HOME/nc_env nextcloud:latest`, I get a "Create an **admin account**"...
# What is happening? The postgresql database configuration values are ignored. # What should happen? The postgresql database configuration should be used. # Setup Docu: ``` If you set any...
When running nextcloud behind a reverse proxy with the example compose files listed here https://github.com/nextcloud/docker/tree/master/.examples/docker-compose/with-nginx-proxy/mariadb/apache all internal urls are missing https. This has also been reported here: https://github.com/nextcloud/server/issues/20728
> I was almost certain that the `config.php` has to be to blame. However, `occ config:list system` indeed does pick up the changes. _Originally posted by @manuth in https://github.com/nextcloud/docker/issues/2117#issuecomment-1853029190_