From b091ecac84494eec4b7342744ee422afc9398a3c Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Fri, 7 Apr 2023 18:21:13 +0200 Subject: [PATCH] docs: Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a1f9f74..e669639 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ Alpine based Docker image containing the [httplz](https://github.com/thecoshman/http) Rust binary. +[This git repository is available on Codeberg](https://codeberg.org/privacy1st/httplz-docker). + ## Build -```shell -sudo docker compose build -``` +See [Dockerfile](Dockerfile). -## Starting a WebDAV server +## Example: Starting a WebDAV server The [docker-compose.yml](docker-compose.yml) file contains an example how to use the `httplz` binary as WebDAV server: