branch: externals/kiwix
commit 716c5f6359e0184742bee21755dc5d43986ce42b
Author: stardiviner <numbch...@gmail.com>
Commit: stardiviner <numbch...@gmail.com>

    Docker container launch command use library.xml index file
---
 kiwix.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index 8629c5e..1e52d2f 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -190,8 +190,8 @@ Like in function `kiwix-ajax-search-hints'.")
          (concat "docker container run -d "
                  "--name kiwix-serve "
                  "-v " (file-name-directory library-path) ":" "/data "
-                 "kiwix/kiwix-serve"
-                 (kiwix-select-library)))
+                 "kiwix/kiwix-serve "
+                 "--library library.xml"))
       (async-shell-command
        (concat kiwix-server-command
                library-option port daemon (shell-quote-argument 
library-path))))))

Reply via email to