This website requires JavaScript.
Explore
Help
Sign In
hoellen
/
dockerfiles
Watch
1
Star
0
Fork
0
mirror of
https://github.com/hoellen/dockerfiles.git
synced
2026-07-17 03:38:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
3466211e892dba26c93fb33b310c4e023fc2972f
dockerfiles
/
nextcloud
/
rootfs
/
usr
/
local
/
bin
/
occ
T
3 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
nextcloud: use nginx-php as underlying image
2017-04-29 01:24:54 +02:00
#!/bin/sh
su-exec
$UID
:
$GID
php -d
memory_limit
=
<MEMORY_LIMIT> -f /nextcloud/occ
$@
Reference in New Issue
Copy Permalink