Go to file
Nathan Woodburn 3c37b9da62
All checks were successful
Build Docker for Release / Build Container ARM (push) Successful in 19s
Build Docker for Release / Build Container AMD (push) Successful in 29s
readme: Added usage
2023-09-11 22:13:06 +10:00
.gitea/workflows actions: Fixed typo 2023-09-11 21:54:12 +10:00
Dockerfile main: Added docker build for nginx 2023-09-11 21:46:34 +10:00
LICENSE.md Initial commit 2023-09-11 21:36:27 +10:00
nginx.conf nginx: Updated config 2023-09-11 22:00:23 +10:00
README.md readme: Added usage 2023-09-11 22:13:06 +10:00

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