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