diff options
author | startxfr <clarue@startx.fr> | 2015-12-06 03:57:52 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-06 03:57:52 +0100 |
commit | 069b2156e85ee56ec59874fe744d981441ae0b36 (patch) | |
tree | 0ef7c7f8f5365aabe3539dc76f9aa4b3f106bee3 /Services/apache | |
parent | 1af7a22460dafe12f22f9b564d946f3d583f4cb0 (diff) | |
download | phpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.tar.gz phpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.tar.bz2 phpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.tar.xz phpmyadmin-069b2156e85ee56ec59874fe744d981441ae0b36.zip |
remove comment
Diffstat (limited to 'Services/apache')
-rw-r--r-- | Services/apache/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/apache/README.md b/Services/apache/README.md index 48aa4a0..6235c2f 100644 --- a/Services/apache/README.md +++ b/Services/apache/README.md @@ -9,7 +9,7 @@ weight=3 # Docker OS Images : APACHE -Simple and lightweight (120Mo) container used to deliver static http content include all apache's modules but no external languages engines (like php). For dynamic content, you should use our [sv-php service container](https://hub.docker.com/r/startx/sv-php) +Simple container used to deliver static http content include all apache's modules but no external languages engines (like php). For dynamic content, you should use our [sv-php service container](https://hub.docker.com/r/startx/sv-php) Run [apache httpd daemon](https://httpd.apache.org/) under a container based on [startx/fedora container](https://hub.docker.com/r/startx/fedora) |