Skip to content

Commit

Permalink
Update docker-compose.yml (docker#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidagarwal04 committed Feb 21, 2024
1 parent 966563c commit c44aa64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
- NEO4J_AUTH=${NEO4J_USERNAME-neo4j}/${NEO4J_PASSWORD-password}
- NEO4J_PLUGINS=["apoc"]
- NEO4J_db_tx__log_rotation_retention__policy=false
- NEO4J_dbms_security_procedures_unrestricted=apoc.*
healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider localhost:7474 || exit 1"]
interval: 5s
Expand Down

0 comments on commit c44aa64

Please sign in to comment.