Skip to content

Commit c963186

Browse files
committed
Remove comments
1 parent c646b4f commit c963186

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,9 @@ The command below runs the latest Neo4j version in Docker, setting the admin use
7474

7575
```bash
7676
docker run \
77-
# forward port 7474 (HTTP)
7877
-p7474:7474 \
79-
# forward port 7687 (Bolt)
8078
-p7687:7687 \
81-
# run in background
8279
-d \
83-
# set login credentials
8480
-e NEO4J_AUTH=neo4j/password \
8581
neo4j:latest
8682
```

0 commit comments

Comments
 (0)