fix: Clarify folder sharing

This commit is contained in:
Kroese 2025-10-03 00:48:20 +02:00 committed by GitHub
parent b1fa4c3b64
commit 77480804ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ addShare() {
echo "" echo ""
echo "Using this folder you can exchange files with the host machine." echo "Using this folder you can exchange files with the host machine."
echo "" echo ""
echo "To change its location, include the following bind mount in your compose file:" echo "To select the folder you want to share, include the following bind mount in your compose file:"
echo "" echo ""
echo " volumes:" echo " volumes:"
echo " - \"./example:/${name,,}\"" echo " - \"./example:/${name,,}\""
@ -53,7 +53,7 @@ addShare() {
echo "" echo ""
echo " -v \"\${PWD:-.}/example:/${name,,}\"" echo " -v \"\${PWD:-.}/example:/${name,,}\""
echo "" echo ""
echo "Replace the example path ./example with the desired shared folder." echo "Replace the example path ./example with your desired shared folder."
echo "" echo ""
} | unix2dos > "$dir/readme.txt" } | unix2dos > "$dir/readme.txt"