Simpliciation of README

pull/352/head
Kelson 6 years ago
parent a2b944618f
commit a9ff2aebee

@ -1,8 +1,8 @@
Kiwix serve Docker image Kiwix serve Docker image
======================== ========================
Use with local ZIM file With local ZIM file
----------------------- -------------------
* Download a ZIM file from <https://wiki.kiwix.org/wiki/Content> * Download a ZIM file from <https://wiki.kiwix.org/wiki/Content>
@ -12,8 +12,8 @@ Use with local ZIM file
docker run -v /tmp/zim:/data -p 8080:80 kiwix/kiwix-serve wikipedia.zim docker run -v /tmp/zim:/data -p 8080:80 kiwix/kiwix-serve wikipedia.zim
``` ```
Use with remote ZIM file With remote ZIM file
------------------------ --------------------
```bash ```bash
docker run -e "DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim" -p 8080:80 kiwix/kiwix-serve docker run -e "DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim" -p 8080:80 kiwix/kiwix-serve

Loading…
Cancel
Save