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 "Using this folder you can exchange files with the host machine."
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 " volumes:"
echo " - \"./example:/${name,,}\""
@ -53,7 +53,7 @@ addShare() {
echo ""
echo " -v \"\${PWD:-.}/example:/${name,,}\""
echo ""
echo "Replace the example path ./example with the desired shared folder."
echo "Replace the example path ./example with your desired shared folder."
echo ""
} | unix2dos > "$dir/readme.txt"