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
2025-04-20 12:29:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
dockerfiles
/
nextcloud
/
rootfs
/
usr
/
local
/
bin
/
occ
3 lines
86 B
Plaintext
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