Run update.sh
This commit is contained in:
parent
19a122992b
commit
9d5bc6e273
|
|
@ -80,9 +80,11 @@ You can also use `couchdb` as the base image for your own couchdb instance and p
|
||||||
|
|
||||||
Example Dockerfile:
|
Example Dockerfile:
|
||||||
|
|
||||||
|
```dockerfile
|
||||||
FROM couchdb:latest
|
FROM couchdb:latest
|
||||||
|
|
||||||
COPY local.ini /usr/local/etc/couchdb/
|
COPY local.ini /usr/local/etc/couchdb/
|
||||||
|
```
|
||||||
|
|
||||||
and then build and run
|
and then build and run
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue