Add a little extra formatting for couchdb

This commit is contained in:
Tianon Gravi
2016-03-01 09:09:04 -08:00
parent d9f156acde
commit 19a122992b
+5 -3
View File
@@ -69,9 +69,11 @@ You can also use `couchdb` as the base image for your own couchdb instance and p
Example Dockerfile:
FROM %%REPO%%:latest
COPY local.ini /usr/local/etc/couchdb/
```dockerfile
FROM %%REPO%%:latest
COPY local.ini /usr/local/etc/couchdb/
```
and then build and run