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/options.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ docker run -e VAR_NAME=VALUE ...
16
16
</tr>
17
17
<tr>
18
18
<td>DB_URL</td>
19
-
<td>The database URL to use in URL format. See [Databases](databases/README.md) for more information. Default: BoltDB in current working directory `bolt.db`.</td>
19
+
<td>The database URL to use in URL format. See [Databases](operating/databases/README.md) for more information. Default: BoltDB in current working directory `bolt.db`.</td>
20
20
</tr>
21
21
<tr>
22
22
<td>MQ_URL</td>
@@ -46,7 +46,7 @@ a couple reasons why we did it this way:
46
46
the docker run command to set the max memory for the IronFunctions instance AND all of the functions it's running.
47
47
48
48
There are some reasons you may not want to use dind, such as using the image cache during testing or you're running
0 commit comments