Skip to content

Commit 6f25034

Browse files
committed
Document volumes in exoframe config
1 parent 7968a28 commit 6f25034

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/Basics.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ Config file has the following structure:
107107
"labels": {
108108
"my.custom.label": "value"
109109
},
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+
],
110116
// rate-limit config
111117
// see "advanced topics" for more info
112118
"rateLimit": {

0 commit comments

Comments
 (0)