This website requires JavaScript.
Explore
Help
Register
Sign In
hoellen
/
dockerfiles
Watch
1
Star
0
Fork
0
You've already forked dockerfiles
mirror of
https://github.com/hoellen/dockerfiles.git
synced
2026-06-01 14:10:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
557785c159f7c0d8f0a20f5f729dad665f6061cc
dockerfiles
/
nextcloud
/
rootfs
/
usr
/
local
/
bin
/
occ
T
3 lines
86 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
Fix quoting in cli commands (
#251
)
2017-10-17 21:09:23 +03:00
su-exec
$UID
:
$GID
php -d
memory_limit
=
<MEMORY_LIMIT> -f /nextcloud/occ
"
$@
"
Reference in New Issue
Copy Permalink