kiwix: specify path to library.xml, not dirpath
This commit is contained in:
parent
281e26b4b5
commit
15ee8c77a0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ echo ">>> Starting kiwix";
|
|||
case "${mode}" in
|
||||
serve )
|
||||
echo ">>> kiwix-serve --library --port ${NOMAD_PORT_kiwix} /srv/data";
|
||||
/app/kiwix-serve --library --monitorLibrary --port "${NOMAD_PORT_kiwix}" /srv/data;
|
||||
/app/kiwix-serve --library --monitorLibrary --port "${NOMAD_PORT_kiwix}" /srv/dat/library.xml;
|
||||
;;
|
||||
* )
|
||||
echo ">>> kiwix-serve $*";
|
||||
|
|
Loading…
Reference in a new issue