From d1bdd6b92becd9da31a485952474f359dbb01f4a Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sun, 9 Dec 2018 18:15:56 -0500 Subject: [PATCH] Issues were on my part; fully functional and ready now --- templates/HTTPD/0/README.md | 10 +--------- templates/HTTPD/config.yml | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/templates/HTTPD/0/README.md b/templates/HTTPD/0/README.md index a244494..dea353a 100644 --- a/templates/HTTPD/0/README.md +++ b/templates/HTTPD/0/README.md @@ -1,11 +1,3 @@ # httpd -https://docs.docker.com/samples/library/httpd/ - - -### Status -Still container still does not like mounting httpd.conf for reasons I cannot seem to understand, whether it's by mounting the file directly, or the parent folder. -Getting the error message of it not being a regular file, along with "bad file descriptor". -Will eventually come back to this. - -As for right now, it works **WITHOUT** persistent configuration \ No newline at end of file +https://docs.docker.com/samples/library/httpd/ \ No newline at end of file diff --git a/templates/HTTPD/config.yml b/templates/HTTPD/config.yml index bbde47f..6be1b16 100644 --- a/templates/HTTPD/config.yml +++ b/templates/HTTPD/config.yml @@ -1,6 +1,6 @@ name: Apache httpd description: | - Status: NOT READY + A Web server application notable for playing a key role in the initial growth of the World Wide Web. version: latest # category: maintainer: WilliamMiceli