Docker

Here is a list of docker commands I have to search often to find them

The first one is to fix those security issues that come up in Nextcloud.

docker exec --user www-data <nextcloud-container-name> php occ <your-command>
Sidebar