Sign inSign up

umlatt/website-container

By umlatt

•Updated over 1 year ago

A very simple website. Used behind a reverse proxy with certs to help fault find SSL issues.

Image
Networking
Web servers
0

877

umlatt/website-container repository overview

⁠Website Container

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.

Image

⁠Basic Usage

docker run -d --rm -p 80:80 -p 443:80 umlatt/website-container

⁠Customise Website

To customise the website you can pull the project, edit the index.html and build a container based off of that.

⁠Pull project
git clone https://github.com/Umlatt/website-container
cd website-container
⁠Change Webpage

Edit the index.html in the directory as required.

⁠Build and start the website
docker compose up -d --build

Tag summary

Content type

Image

Digest

sha256:aad4857d3…

Size

20 MB

Last updated

over 1 year ago

docker pull umlatt/website-container