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
13 lines
258 B
YAML
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}"
|