Files
vulhub/neo4j/CVE-2021-34371/docker-compose.yml
Aaron 63285f61aa
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
first commit
2025-09-06 16:08:15 +08:00

13 lines
258 B
YAML

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}"