docker
docker copied to clipboard
⛴ Docker image of Nextcloud
I find it curious that the Docker Compose examples contain a fixed version tag for MariaDB (`mariadb:10.5`) while a rolling release tag was chosen for the PostgreSQL container (`postgres:alpine`). This...
In order to go with best practice for docker. Would it be usefull to implement a logging behavior via env variables? That way it can be configured to log to...
I'm running two containers as part of my install, one for the main application and one for the cron job. With the latest update (either of Redis to 7.0 or...
Hello, I have (or had) all data not in var/www/data but in var/www/backup/data. Why I did that is quickly explained, pure laziness after a server move. After an update from...
Current `/` permission (`500`, owned by `root`) prevents non-root users (`www-data`) from searching through `/var/www/html` directory: ``` ... (13)Permission denied: ... access to / denied (filesystem path '/var') because search...
I have a docker-compose.yml file setup to bring my Nextcloud service up, and it works really well except for persistent apps. I've mounted `/var/www/html/custom_apps` to an external folder as per...
Although the documentation states, that upgrading must happen to the immediate successor version, trying to do so inadvertently leads to a non usable system afterwards. As I see, in the...
I have found some other issues like #832 and #823 related to people encountering issues when attempting to deploy the docker image using custom users or non-privileged users. Technically this...
image tag: nextcloud:24.0.0 hardware: raspberry pi 4 when i run command ``` docker run -d -p 8000:80 nextcloud ``` the console juet print tow logs and exit ``` Initializing nextcloud...
Hi, I am changing my docker-compose to use the secrets file handling and realized the config 'mail_smtpauth' is no longer set to 1 in the config.php. Looking into the smtp.config.php...