From 441368f546232325dea028914788e8e3f25d7329 Mon Sep 17 00:00:00 2001 From: Andriy Kuba Date: Sun, 17 Nov 2019 13:51:41 +0200 Subject: [PATCH] Update recipes.md The linked image is "This image is deprecated, outdated and insecure." --- docs/recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes.md b/docs/recipes.md index 84095d5..fcb6b83 100644 --- a/docs/recipes.md +++ b/docs/recipes.md @@ -136,7 +136,7 @@ As of CouchDB 2.1, CouchDB supports couch_peruser configuration options. Native CouchDB Erlang plugin that automatically creates one database per user. The database name is just a hex-encoded hash of the user name, and it completely predictable. -**Update!** This is now much easier to use, because there are [prebuilt Docker images](https://hub.docker.com/r/klaemo/couchdb/) containing the `CouchPerUser` plugin. +**Update!** This is now much easier to use, because there are [prebuilt Docker images (deprecated)](https://hub.docker.com/r/klaemo/couchdb/) containing the `CouchPerUser` plugin. #### [couchdb-dbperuser-provisioning](https://github.com/pegli/couchdb-dbperuser-provisioning)