Skip to content

Commit 5e14063

Browse files
authored
Fix docker command in README (#259)
* Fix docker command * Remove comments
1 parent 0368d47 commit 5e14063

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

7575
```bash
7676
docker run \
77-
-p7474:7474 \ # forward port 7474 (HTTP)
78-
-p7687:7687 \ # forward port 7687 (Bolt)
79-
-d \ # run in background
80-
-e NEO4J_AUTH=neo4j/password \ # set login credentials
77+
-p7474:7474 \
78+
-p7687:7687 \
79+
-d \
80+
-e NEO4J_AUTH=neo4j/password \
8181
neo4j:latest
8282
```
8383

0 commit comments

Comments
 (0)