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:
12
neo4j/CVE-2021-34371/docker-compose.yml
Normal file
12
neo4j/CVE-2021-34371/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
services:
|
||||
web:
|
||||
image: vulhub/neo4j:3.4.18
|
||||
ports:
|
||||
- "7474:7474"
|
||||
- "7687:7687"
|
||||
- "1337:1337"
|
||||
- "34444:34444"
|
||||
environment:
|
||||
NEO4J_AUTH: "neo4j/vulhub"
|
||||
JAVA_OPTS: "-Djava.rmi.server.hostname=${TARGET_IP:-127.0.0.1}"
|
Reference in New Issue
Block a user