فهرست منبع

Run update.sh

Docker Library Bot 10 سال پیش
والد
کامیت
9d5bc6e273
1فایلهای تغییر یافته به همراه5 افزوده شده و 3 حذف شده
  1. 5 3
      couchdb/README.md

+ 5 - 3
couchdb/README.md

@@ -80,9 +80,11 @@ You can also use `couchdb` as the base image for your own couchdb instance and p
 
 Example Dockerfile:
 
-	FROM couchdb:latest
-	
-	COPY local.ini /usr/local/etc/couchdb/
+```dockerfile
+FROM couchdb:latest
+
+COPY local.ini /usr/local/etc/couchdb/
+```
 
 and then build and run