From de639c462f7eeae3f2d262cac5a624b9a2c97bd5 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Thu, 26 Dec 2019 00:02:18 +0100 Subject: [PATCH] docs: minor tweaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 292d65d..a562371 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ - Built with [Rust](https://rust-lang.org) which is focused on [safety, speed, and concurrency](https://kornel.ski/rust-c-speed). - Memory safety and reduced overhead of CPU and RAM resources. - Blazing fast static files-serving thanks to [Rust Iron](https://github.com/iron/iron). -- Suitable for small [GNU/Linux Docker containers](https://hub.docker.com/r/joseluisq/static-web-server). It's a fully __1.4MB__ static binary thanks to [Rust and Musl libc](https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html). +- Suitable for small [GNU/Linux Docker containers](https://hub.docker.com/r/joseluisq/static-web-server). It's a fully __1.8MB__ static binary thanks to [Rust and Musl libc](https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html). - Gzip compression by default. - Cache control headers included. - Configurable via environment variables or CLI arguments. - Lightweight logging support. -- Scratch and [latest Alpine Linux](https://hub.docker.com/_/alpine) Docker images available. +- [Scratch](https://hub.docker.com/_/scratch) and [latest Alpine Linux](https://hub.docker.com/_/alpine) Docker images available. ## Missing features @@ -70,7 +70,7 @@ services: environment: - SERVER_NAME=my-server - SERVER_HOST=127.0.0.1 - - SERVER_PORT=8080 + - SERVER_PORT=80 - SERVER_ROOT=/html - SERVER_ASSETS=./assets volumes: -- libgit2 1.7.2