mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
fix: Clarify folder sharing
This commit is contained in:
parent
b1fa4c3b64
commit
77480804ef
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue