From 77e1b7c3773f6c2d6204cb5eeda1d325df600876 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Thu, 4 Aug 2022 00:01:03 +0200 Subject: [PATCH] wip: add tntsearch --- docker-compose.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a7c1a06c..c8bc309b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file + - ./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 \ No newline at end of file