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