Skip to content

Commit 0f8b4d8

Browse files
committed
explicit the name of the folder
1 parent 2278bff commit 0f8b4d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ $ docker buildx bake
150150
```
151151

152152
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
153+
1. A folder `/opt/pipelines` containing pipeline definitions that will be automatically deployed when the container starts
154+
2. A folder `/opt/custom-components` containing custom components that Haystack will be able to import if part of a pipeline
155155

156156
For example, you can mount a local `./pipelines` folder containing pipelines you want to run at start-up like this:
157157

0 commit comments

Comments
 (0)