From 34713831081e8c5f4424b6748edceb6eeb881dc9 Mon Sep 17 00:00:00 2001 From: Jerry Aldrich Date: Thu, 3 Nov 2022 21:36:08 -0700 Subject: [PATCH] Switch from lighttpd to nginx-unprivileged --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc3cfd6..d0996ab 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ ## Running locally docker run -it --rm \ - -v $(pwd)/index.html:/srv/http/index.html \ - -e LIGHTTPD_INDEX_FILE=index.html + -v $(pwd)/index.html:/usr/local/share/nginx/index.html \ -p 8080:8080 \ - jerryaldrichiii/simple-web-server + jerryaldrichiii/nginx-unprivileged