From 1a25b4251787cb7e35a4d17f3ca0a1c846a836d7 Mon Sep 17 00:00:00 2001 From: Neyder Achahuanco Apaza Date: Mon, 24 Oct 2022 17:00:32 -0500 Subject: [PATCH] Fixed README --- docker/server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/server/README.md b/docker/server/README.md index f472917..4904e40 100644 --- a/docker/server/README.md +++ b/docker/server/README.md @@ -22,7 +22,7 @@ docker run -e "DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim" -p Change default port ------------------- -You can change port to expose with environment PORT, useful if running on Podman, K8s or OpenShift +You can change port to expose with environment variable PORT, useful if running on Podman, K8s or OpenShift ```bash podman run -e "DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim" -e PORT=8888 -p 8080:8888 kiwix/kiwix-serve