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: docs/modules/databases/neo4j.md
+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
@@ -107,7 +107,7 @@ If you need the Neo4j enterprise license, you can declare your Neo4j container l
107
107
!!! warning
108
108
the `withEnterpriseEdition` method is deprecated because it was implicitly changing the image tag to be always version 4.4.
109
109
110
-
This creates a Testcontainers based on the Docker image build with the Enterprise version of the defined tag.
110
+
This creates a Testcontainers container based on the Docker image build with the Enterprise version of the defined tag.
111
111
The call to `withEnterpriseImage` adds the required environment variable that you accepted the terms and condition of the enterprise version.
112
112
You accept those by adding a file named `container-license-acceptance.txt` to the root of your classpath containing the text `neo4j:<tag>-enterprise` in one line.
0 commit comments