From 69b76b9b107d34b260ffb9120b44be74f732af2e Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 25 Mar 2024 09:52:20 +0100 Subject: [PATCH] Added initial 'README.md' Initial version of the readme with a minimal explanation of the desired functionality. --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d44d3d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Docker Nginx Git + +This is a container to serve static pages from a git repository. \ No newline at end of file