From 205adf88c47bcda7cfcb3df17ced37ef98cbda82 Mon Sep 17 00:00:00 2001 From: Dalf Date: Tue, 28 Jan 2020 11:42:57 +0100 Subject: [PATCH] [mod] README.md: the minimal docker-compose version is 1.9.0 See issue #17 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd659cf..b324ee3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a work in progress, the bot protection is basic and not battle tested, a | Name | Description | Docker image | Dockerfile | | -- | -- | -- | -- | -| [Caddy](https://github.com/caddyserver/caddy) | Reverse proxy (create a LetsEncrypt certificate automatically) | [abiosoft/caddy:1.0.1-no-stats](https://hub.docker.com/r/abiosoft/caddy) | [Dockerfile](https://github.com/abiosoft/caddy-docker/blob/master/Dockerfile-no-stats) | +| [Caddy](https://github.com/caddyserver/caddy) | Reverse proxy (create a LetsEncrypt certificate automatically) | [abiosoft/caddy:1.0.3-no-stats](https://hub.docker.com/r/abiosoft/caddy) | [Dockerfile](https://github.com/abiosoft/caddy-docker/blob/master/Dockerfile-no-stats) | | [Filtron](https://github.com/asciimoo/filtron) | Filtering reverse HTTP proxy, bot and abuse protection | [dalf/filtron:latest](https://hub.docker.com/r/dalf/filtron) | See [asciimoo/filtron#4](https://github.com/asciimoo/filtron/pull/4) | | [Searx](https://github.com/asciimoo/searx) | searx by itself | [searx/searx:latest](https://hub.docker.com/r/searx/searx) | [Dockerfile](https://github.com/searx/searx/blob/master/Dockerfile) | | [Morty](https://github.com/asciimoo/morty) | Privacy aware web content sanitizer proxy as a service. | [dalf/morty:latest](https://hub.docker.com/r/dalf/morty) | [Dockerfile](https://github.com/dalf/morty/blob/master/Dockerfile) | @@ -16,7 +16,7 @@ This is a work in progress, the bot protection is basic and not battle tested, a ## How to use it - [Install docker](https://docs.docker.com/install/) -- [Install docker-compose](https://docs.docker.com/compose/install/) +- [Install docker-compose](https://docs.docker.com/compose/install/) (be sure that docker-compose version is at least 1.9.0). - Get searx-docker ```sh cd /usr/local