Resultado de búsqueda
4 de mar. de 2019 · 1. In my case, it helped to configure Nextcloud to use stdout instead of a dedicated logfile for its logging output. This allows you to see all the logs instead of just the php fpm output in the if you execute docker logs <yourcontainerid> or view it in Portainer or some other management software. Just add the following to your config.php.
15 de sept. de 2021 · Docker Nextcloud Failed to load Collabora Online - please try again later 1 Do I need to create my own nginx.conf file to run this docker-composer.yml file succesfully?
10 de oct. de 2018 · When i'm configure nextcloud (which run in docker container ) using environment variables , i can't visit site after it and i need to configure manually with connection to docker with bash . How to solve this problem or make it automatically without creating my own docker image?
5 de jul. de 2018 · I figured out what the issue was: wrong path in NEXTCLOUD_DATA_DIR.. The environment variable NEXTCLOUD_DATA_DIR takes the path of Nextcloud's data directory in the container, not the path of the mounted volume on the host machine.
22 de jul. de 2021 · I tried docker-compose down and then docker compose up -d, but that pointed me back to the instance with SQLite. I stopped all of the NextCloud containers and ran docker system prune --volumes -a followed by docker-compose up -d. This re-downloaded and extracted all of the docker images.
23 de abr. de 2023 · After running Nextcloud from docker image cron job is not working: cron job seems not to be working. www-data user not able to start the cron job, and root user not have access to run www-data's php. Console has to be executed with the user that owns the file config/config.php Current user id: 0
25 de ago. de 2020 · The general concepts of "mounting" parts of a filesystem into a container are described at Docker Volumes and Bind Mounts. Suppose your harddrive is mounted at /mnt/usb on the host, you could access it within a docker container at /opt/usb when started like this. docker run -i -t -v /mnt/usb:/opt/usb ubuntu /bin/bash.
16 de ene. de 2022 · Then, before untaring the data look at the userIDs of the files in the database folder and the Nextcloud folders. TThen when you put the contents of your tarball on the new installation, use chown -R to make the owership changes. Note that I was transferring my installation from a Centos 7 machine running Docker with the traditional root user ...
22 de feb. de 2023 · Nextcloud version: 25.0.3 Operating system and version: Ubuntu 22.04 I have checked the output of Nextcloud log in Admin > Logging: There are many similar messages like
18 de ene. de 2021 · 2. I'm pretty sure the problem is this line: - POSTGRES_HOST=nextcloud_db_1 # service name for postgres as assigned by Docker. If the directory where you are doing docker-compose up is not call "nextcloud" it will not work. Ex: if you are in "nc" directory you will have to set the host to nc_db_1. BUT there is an other option: