A very simple website. Used behind a reverse proxy with certs to help fault find SSL issues.
877
This is a very simple project that deploys a simple website-in-container to listen on port 80 and 443 for helping configure things like reverse proxies.

docker run -d --rm -p 80:80 -p 443:80 umlatt/website-container
To customise the website you can pull the project, edit the index.html and build a container based off of that.
git clone https://github.com/Umlatt/website-container
cd website-container
Edit the index.html in the directory as required.
docker compose up -d --build
Content type
Image
Digest
sha256:aad4857d3…
Size
20 MB
Last updated
over 1 year ago
docker pull umlatt/website-container