Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaMoon123 committed Dec 12, 2024
1 parent 7026c9d commit 9740f48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ services:
NEO4J_AUTH: neo4j/neo4jneo4j
volumes:
- db_data:/data
ports:
- '127.0.0.1:7474:7474'
- '127.0.0.1:7687:7687'
healthcheck:
test: ["CMD-SHELL", "cypher-shell -u neo4j -p neo4jneo4j 'RETURN 1' || exit 1"]
interval: 10s
Expand Down

0 comments on commit 9740f48

Please sign in to comment.