Commit bce1672
committed
fix: pin --project-directory in bin/stack.sh for correct satellite mount paths
docker-compose.observability.yml's (and every other satellite file's)
bind mounts are written relative to the repository root, matching
docker-compose.dev.yml's own convention -- but Compose otherwise derives
the project directory from whichever -f file is listed first, which
happens to already be docker-compose.dev.yml here. Pin
--project-directory . explicitly instead of relying on that ordering,
so it keeps resolving correctly regardless of what -f flags get added
or reordered later.1 parent eae3b72 commit bce1672
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
| |||
0 commit comments