From 1e8d742054b694875e7422a9b1d9c6bcf7e2e6c2 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 28 Apr 2017 10:35:02 -0700 Subject: [PATCH] Run update.sh --- eggdrop/README.md | 2 +- httpd/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eggdrop/README.md b/eggdrop/README.md index c8101502a..70bf801e7 100644 --- a/eggdrop/README.md +++ b/eggdrop/README.md @@ -16,7 +16,7 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`develop` (*develop/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/fdab427acca179580b60b58ea2d257fb18528735/develop/Dockerfile) +- [`develop` (*develop/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/e0cf1e6920af5b911f25ad8f5b6ab30cb07cdbfd/develop/Dockerfile) - [`1.8`, `1.8.1`, `stable`, `latest` (*1.8/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/d4b8304746296685059033464148d12dd7d00927/1.8/Dockerfile) - [`1.6`, `1.6.21` (*1.6/Dockerfile*)](https://github.com/eggheads/eggdrop-docker/blob/d38f639793663f1203b3bda586e8e44740c7e984/1.6/Dockerfile) diff --git a/httpd/README.md b/httpd/README.md index d6815e801..17cfdb976 100644 --- a/httpd/README.md +++ b/httpd/README.md @@ -56,7 +56,7 @@ The Apache HTTP Server, colloquially called Apache, is a Web server application # How to use this image. -This image only contains Apache httpd with the defaults from upstream. There is no PHP installed, but it should not be hard to extend. On the other hand, of you just want PHP with Apache httpd see the [PHP image](https://registry.hub.docker.com/_/php/) and look at the `-apache` tags. If you want to run a simple HTML server, add a simple Dockerfile to your project where `public-html/` is the directory containing all your HTML. +This image only contains Apache httpd with the defaults from upstream. There is no PHP installed, but it should not be hard to extend. On the other hand, if you just want PHP with Apache httpd see the [PHP image](https://registry.hub.docker.com/_/php/) and look at the `-apache` tags. If you want to run a simple HTML server, add a simple Dockerfile to your project where `public-html/` is the directory containing all your HTML. ### Create a `Dockerfile` in your project