summaryrefslogtreecommitdiffstats
path: root/.examples
diff options
context:
space:
mode:
authorAdam Monsen <haircut@gmail.com>2023-02-08 06:58:59 -0800
committerGitHub <noreply@github.com>2023-02-08 14:58:59 +0000
commitf49b1edcaa258dae458a00d55b0cc596090c601d (patch)
tree2ffa3d430e2708c53eaab2c6984d1cc5c95b9c2a /.examples
parent2a5b0881cd61e0fcd5611bf93034d68e562564f8 (diff)
add note about running non-root with cron (#1901)
Signed-off-by: Adam Monsen <haircut@gmail.com>
Diffstat (limited to '.examples')
-rw-r--r--.examples/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.examples/README.md b/.examples/README.md
index 6358bc34..b505b3ac 100644
--- a/.examples/README.md
+++ b/.examples/README.md
@@ -18,6 +18,9 @@ Example | Description
[smb](https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/smb) | adds dependencies required to use smb shares
[full](https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/full) | adds dependencies for ALL optional packages and cron functionality via supervisor (as in the `cron` example Dockerfile).
+### cron
+NOTE: [this container must run as root or `cron.php` will not run](https://github.com/nextcloud/docker/issues/1899).
+
### full
The `full` Dockerfile example adds dependencies for all optional packages suggested by nextcloud that may be needed for some features (e.g. Video Preview Generation), as stated in the [Administration Manual](https://docs.nextcloud.com/server/12/admin_manual/installation/source_installation.html).