We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2278bff commit 0f8b4d8Copy full SHA for 0f8b4d8
README.md
@@ -150,8 +150,8 @@ $ docker buildx bake
150
```
151
152
There are 2 special folders in the container you can override using a `mount`:
153
-1. A folder containing pipeline definitions that will be automatically deployed when the container starts
154
-2. A folder containing custom components that Haystack will be able to import if part of a pipeline
+1. A folder `/opt/pipelines` containing pipeline definitions that will be automatically deployed when the container starts
+2. A folder `/opt/custom-components` containing custom components that Haystack will be able to import if part of a pipeline
155
156
For example, you can mount a local `./pipelines` folder containing pipelines you want to run at start-up like this:
157
0 commit comments