Skip to content

Commit c44aa64

Browse files
authored
Update docker-compose.yml (#127)
1 parent 966563c commit c44aa64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ services:
4141
- NEO4J_AUTH=${NEO4J_USERNAME-neo4j}/${NEO4J_PASSWORD-password}
4242
- NEO4J_PLUGINS=["apoc"]
4343
- NEO4J_db_tx__log_rotation_retention__policy=false
44+
- NEO4J_dbms_security_procedures_unrestricted=apoc.*
4445
healthcheck:
4546
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider localhost:7474 || exit 1"]
4647
interval: 5s

0 commit comments

Comments
 (0)