Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
12 lines
212 B
YAML
12 lines
212 B
YAML
version: '2'
|
|
services:
|
|
couchdb:
|
|
image: vulhub/couchdb:3.2.1
|
|
ports:
|
|
- "5984:5984"
|
|
- "4369:4369"
|
|
- "9100:9100"
|
|
environment:
|
|
COUCHDB_USER: vulhub
|
|
COUCHDB_PASSWORD: vulhub
|