Skip to content

Commit 8635bd9

Browse files
committed
apply suggestions from review
1 parent 039ca24 commit 8635bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/docker/docker-compose-standalone.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information, see the Docker Compose official documentation on https://d
2121
----
2222
services:
2323
neo4j:
24-
image: neo4j:latest
24+
image: neo4j:{neo4j-version-exact}
2525
volumes: # <1>
2626
- /$HOME/neo4j/logs:/logs
2727
- /$HOME/neo4j/config:/config
@@ -68,7 +68,7 @@ For more information, see the Docker Compose official documentation on https://d
6868
----
6969
services:
7070
neo4j:
71-
image: neo4j:latest
71+
image: neo4j:{neo4j-version-exact}
7272
volumes: # <1>
7373
- /$HOME/neo4j/logs:/logs
7474
- /$HOME/neo4j/config:/config

0 commit comments

Comments
 (0)