.gitea/workflows | ||
Dockerfile | ||
LICENSE.md | ||
nginx.conf | ||
README.md |
nginx
This is a simple nginx container that adds the function to visit pages without needing to add the .html extension.
Usage
AMD:
docker run -d -p 80:80 -v /path/to/your/html:/usr/share/nginx/html:ro --name nginx git.woodburn.au/nginx:latest
ARM:
docker run -d -p 80:80 -v /path/to/your/html:/usr/share/nginx/html:ro --name nginx git.woodburn.au/nginx:latest-arm