nextcloud: use nginx-php as underlying image

This commit is contained in:
Wonderfall
2017-04-29 01:24:54 +02:00
parent 5b3faf6c24
commit 93189b1d0c
28 changed files with 202 additions and 208 deletions

View File

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