Compare commits
No commits in common. "66b214b17e8260eb08e2a39f887a7e86b953a568" and "b92e2034b73ded568e95135cf4c272b48ffcee10" have entirely different histories.
66b214b17e
...
b92e2034b7
2 changed files with 1 additions and 4 deletions
|
@ -18,7 +18,7 @@ echo ">>> Starting kiwix";
|
||||||
case "${mode}" in
|
case "${mode}" in
|
||||||
serve )
|
serve )
|
||||||
echo ">>> kiwix-serve --library --port ${NOMAD_PORT_kiwix} /srv/data";
|
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 --port "${NOMAD_PORT_kiwix}" /srv/data;
|
||||||
;;
|
;;
|
||||||
* )
|
* )
|
||||||
echo ">>> kiwix-serve $*";
|
echo ">>> kiwix-serve $*";
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# NOTE: mapserver doesn't support the leveldb backend - only sqlite3 or postgresql :-(
|
|
||||||
# ....so we'll need to switch to PostgreSQL, but that adds additional complexity..... oh boy
|
|
||||||
|
|
||||||
# The architecture - possible values: arm (default), x86, x86_64
|
# The architecture - possible values: arm (default), x86, x86_64
|
||||||
arch="${arch:-arm}";
|
arch="${arch:-arm}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue