We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966563c commit c44aa64Copy full SHA for c44aa64
1 file changed
docker-compose.yml
@@ -41,6 +41,7 @@ services:
41
- NEO4J_AUTH=${NEO4J_USERNAME-neo4j}/${NEO4J_PASSWORD-password}
42
- NEO4J_PLUGINS=["apoc"]
43
- NEO4J_db_tx__log_rotation_retention__policy=false
44
+ - NEO4J_dbms_security_procedures_unrestricted=apoc.*
45
healthcheck:
46
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider localhost:7474 || exit 1"]
47
interval: 5s
0 commit comments