first commit
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
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
This commit is contained in:
11
couchdb/CVE-2022-24706/docker-compose.yml
Normal file
11
couchdb/CVE-2022-24706/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: '2'
|
||||
services:
|
||||
couchdb:
|
||||
image: vulhub/couchdb:3.2.1
|
||||
ports:
|
||||
- "5984:5984"
|
||||
- "4369:4369"
|
||||
- "9100:9100"
|
||||
environment:
|
||||
COUCHDB_USER: vulhub
|
||||
COUCHDB_PASSWORD: vulhub
|
Reference in New Issue
Block a user