emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/kiwix 716c5f6 169/192: Docker container launch command


From: Stefan Monnier
Subject: [elpa] externals/kiwix 716c5f6 169/192: Docker container launch command use library.xml index file
Date: Sat, 19 Dec 2020 00:41:54 -0500 (EST)

branch: externals/kiwix
commit 716c5f6359e0184742bee21755dc5d43986ce42b
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@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

[Prev in Thread] Current Thread [Next in Thread]