mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 07:26:55 +00:00
Merge pull request #1044 from nextcloud/enh/1036/fulltextsearch
add fulltextsearch as option
This commit is contained in:
commit
40efd3092f
18 changed files with 157 additions and 5 deletions
|
|
@ -238,7 +238,8 @@ RUN set -ex; \
|
|||
chmod +r /upgrade.exclude && \
|
||||
chmod +x /cron.sh && \
|
||||
chmod +x /notify.sh && \
|
||||
chmod +x /activate-collabora.sh
|
||||
chmod +x /activate-collabora.sh && \
|
||||
chmod +x /activate-fulltextsearch.sh
|
||||
|
||||
RUN set -ex; \
|
||||
mkdir /mnt/ncdata; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue