Switch from lighttpd to nginx-unprivileged

main
Jerry Aldrich 3 years ago
parent af8c152470
commit 56378fba93
  1. 7
      README.md

@ -2,8 +2,9 @@
## 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
```

Loading…
Cancel
Save