We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e14ddd commit 6c79ca5Copy full SHA for 6c79ca5
1 file changed
MC2/readme.md
@@ -16,12 +16,15 @@ sys_password_arango=fillrootpassword
16
<br>
17
18
19
+
20
## Docker
21
https://hub.docker.com/_/arangodb
22
23
docker run -e ARANGO_RANDOM_ROOT_PASSWORD=1 -d --name arangodb-instance arangodb
24
-## DB User einrichten:
25
+## DB User muss nicht manuell eingerichtet werden, da er wenn die env variablen richtig gesetzt sind automatisch erstellt im script:
26
27
+### Will man dennoch einen User Manuell anlegen hier:
28
29

30
0 commit comments