diff options
author | Victor Näslund <victor@sunet.se> | 2022-11-13 04:12:47 +0100 |
---|---|---|
committer | Victor Näslund <victor@sunet.se> | 2022-11-13 04:12:47 +0100 |
commit | f7a40b9e13d242968db83acaac13660224eb0143 (patch) | |
tree | d8f0cdf5d93cc1aebc83343aea6615bc2ee9bc55 /docker/couchdb | |
parent | 8baecf339e8061160bee519e87ffe837d1525c18 (diff) |
new direction
Diffstat (limited to 'docker/couchdb')
-rw-r--r-- | docker/couchdb/10-single-node.ini | 2 | ||||
-rw-r--r-- | docker/couchdb/Dockerfile | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/docker/couchdb/10-single-node.ini b/docker/couchdb/10-single-node.ini deleted file mode 100644 index c85b081..0000000 --- a/docker/couchdb/10-single-node.ini +++ /dev/null @@ -1,2 +0,0 @@ -[couchdb] -single_node=true
\ No newline at end of file diff --git a/docker/couchdb/Dockerfile b/docker/couchdb/Dockerfile deleted file mode 100644 index ce3d5b2..0000000 --- a/docker/couchdb/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM couchdb:latest - -COPY 10-single-node.ini /opt/couchdb/etc/local.d/10-single-node.ini - -EXPOSE 5984 |