You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/docker/docker-compose-standalone.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ You can instead store your credentials in files and use them in your _docker-com
56
56
+
57
57
[source,text,subs="attributes"]
58
58
----
59
-
neo4j:your_password
59
+
neo4j/your_password
60
60
----
61
61
. Prepare your _docker-compose.yml_ file using the following example.
62
62
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