mirror of
https://github.com/clearlinux/docs.git
synced 2026-08-18 21:26:11 +00:00
Run update.sh
This commit is contained in:
+5
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user