summaryrefslogtreecommitdiffstats
path: root/Services/apache/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Services/apache/README.md')
-rw-r--r--Services/apache/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Services/apache/README.md b/Services/apache/README.md
index 3638549..ae07abb 100644
--- a/Services/apache/README.md
+++ b/Services/apache/README.md
@@ -13,11 +13,12 @@ Copy sources in your docker host
cd startx-docker-images;
git clone https://github.com/startxfr/docker-images.git .
+Change configuration and personalize your base image. you can change file httpd.conf if you want to add some config into http server
+
Build the container
docker build -t sv-apache Services/apache/
-
### Running local image
docker run -d -p 80:80 --name="apache" sv-apache