We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7968a28 commit 6f25034Copy full SHA for 6f25034
docs/Basics.md
@@ -107,6 +107,12 @@ Config file has the following structure:
107
"labels": {
108
"my.custom.label": "value"
109
},
110
+ // Add additional docker volumes ot your container [optional]
111
+ // while you can use server paths in sourceVolume place
112
+ // it is recommended to use named volumes
113
+ "volumes": [
114
+ "sourceVolume:/path/in/container"
115
+ ],
116
// rate-limit config
117
// see "advanced topics" for more info
118
"rateLimit": {
0 commit comments