mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
wip: add tntsearch
This commit is contained in:
parent
50a708fbc4
commit
09a8708476
1 changed files with 8 additions and 1 deletions
|
@ -8,4 +8,11 @@ services:
|
|||
- ./themes/yunohost-docs:/var/www/html/user/themes/yunohost-docs
|
||||
- ./config:/var/www/html/user/config
|
||||
- ./pages:/var/www/html/user/pages
|
||||
- ./images:/var/www/html/user/images
|
||||
- ./images:/var/www/html/user/images
|
||||
tntsearch:
|
||||
restart: "no"
|
||||
build: ./
|
||||
volumes:
|
||||
- ./config:/var/www/html/user/config
|
||||
- ./pages:/var/www/html/user/pages
|
||||
command: bin/plugin tntsearch index
|
Loading…
Reference in a new issue