Use docker volumes for support services and bap/bpp (#54)

* Add volumes for bap

* Add volumes for bpp

* Fix typo

* Remove version due to obsolete warning
This commit is contained in:
Venkatesh Babu
2024-04-17 14:47:10 +05:30
committed by GitHub
parent e8f0f4f259
commit b7b10be062
9 changed files with 78 additions and 23 deletions

View File

@@ -117,7 +117,7 @@ else
)
echo "Configuring BAP protocol server"
echo "Configuring BPP protocol server"
# Apply replacements in both files
for file in "$clientFile" "$networkFile"; do
for key in "${!replacements[@]}"; do