nginx/README.md

13 lines
393 B
Markdown
Raw Permalink Normal View History

2023-09-11 21:36:27 +10:00
# nginx
2023-09-11 22:13:06 +10:00
This is a simple nginx container that adds the function to visit pages without needing to add the .html extension.
## Usage
AMD:
```sh
docker run -d -p 80:80 -v /path/to/your/html:/usr/share/nginx/html:ro --name nginx git.woodburn.au/nginx:latest
```
ARM:
```sh
docker run -d -p 80:80 -v /path/to/your/html:/usr/share/nginx/html:ro --name nginx git.woodburn.au/nginx:latest-arm
```