Skip to content

Commit f96845e

Browse files
committed
Update the example key-value pair to use / instead of : (#1914)
1 parent 11c2afc commit f96845e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can instead store your credentials in files and use them in your _docker-com
5656
+
5757
[source,text,subs="attributes"]
5858
----
59-
neo4j:your_password
59+
neo4j/your_password
6060
----
6161
. Prepare your _docker-compose.yml_ file using the following example.
6262
For more information, see the Docker Compose official documentation on https://docs.docker.com/compose/compose-file/#service-configuration-reference[Docker Compose specification].

0 commit comments

Comments
 (0)