blob: 31a791a82e550d7e428957c2a068542d8ec93144 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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).
|