diff options
author | startxfr <clarue@startx.fr> | 2014-12-06 00:27:16 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2014-12-06 00:27:16 +0100 |
commit | 49452089e4d3b26d1da96f46b90974f4732d220b (patch) | |
tree | efd33b57091350fbf40659270d3ae1cea19ade3b /Services/apache/README.md | |
parent | 28d5ddd7f63e587d48a985ca3efa29fbac409947 (diff) | |
download | phpmyadmin-49452089e4d3b26d1da96f46b90974f4732d220b.tar.gz phpmyadmin-49452089e4d3b26d1da96f46b90974f4732d220b.tar.bz2 phpmyadmin-49452089e4d3b26d1da96f46b90974f4732d220b.tar.xz phpmyadmin-49452089e4d3b26d1da96f46b90974f4732d220b.zip |
adding httpd config file when building apache image.
Diffstat (limited to 'Services/apache/README.md')
-rw-r--r-- | Services/apache/README.md | 3 |
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 |