1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-26 02:45:38 +00:00
Files
dockerfiles/nextcloud/daily/rootfs/usr/local/bin/occ

3 lines
84 B
Plaintext
Raw Normal View History

#!/bin/sh
su-exec $UID:$GID php -d memory_limit=<MEMORY_LIMIT> -f /nextcloud/occ $@