Showing posts with label couchdb. Show all posts
Showing posts with label couchdb. Show all posts

February 07, 2022

How to start couchdb instance in the docker container

We have different ways to connect couchdb in docker containers>>> Using docker compose:Step1:create file docker-compose.yml::version: '3'services:  couchserver:    image: couchdb    restart: always    ports:      - "5984:5984"    environment:      - COUCHDB_USER=admin      - COUCHDB_PASSWORD=admin    volumes:   ...
Read more ...

My Favorite Site's List

#update below script more than 500 posts