Add Nextcloud Docker configuration and scripts, including Dockerfile, entrypoint, cron, and various config files for caching, SMTP, and object storage
This commit is contained in:
4
containers/nextcloud/cron.sh
Normal file
4
containers/nextcloud/cron.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
exec busybox crond -f -L /dev/stdout
|
Reference in New Issue
Block a user