Skip to content

Commit

Permalink
fix plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-coding committed May 13, 2024
1 parent 76e3ccd commit 5f81d69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
- neo4j-data:/data
- neo4j-import:/import
- neo4j-logs:/logs
- neo4j-plugins:/plugins
environment:
- NEO4J_server_memory_pagecache_size=1G
- NEO4J_server_memory_heap_initial__size=1G
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
- neo4j-data:/data
- neo4j-import:/import
- neo4j-logs:/logs
- neo4j-plugins:/plugins
environment:
- NEO4J_server_memory_pagecache_size=1G
- NEO4J_server_memory_heap_initial__size=1G
Expand Down

0 comments on commit 5f81d69

Please sign in to comment.