summaryrefslogtreecommitdiff
path: root/scripts/docker/couchdb/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/docker/couchdb/README.rst')
-rw-r--r--scripts/docker/couchdb/README.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/docker/couchdb/README.rst b/scripts/docker/couchdb/README.rst
deleted file mode 100644
index 31a791a8..00000000
--- a/scripts/docker/couchdb/README.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-Couchdb Docker image
-====================
-
-This directory contains rules to build a custom couchdb docker image to be
-provided as backend to soledad server.
-
-Type `make` to build the image.
-
-Differences between this image and the official one:
-
- - add the "nodelay" socket option on the httpd section of the config file
- (see: https://leap.se/code/issues/8264).