doc: Keep datadir in the wsl fs.

This commit is contained in:
tecnovert 2021-02-06 10:50:33 +02:00
parent bf684c13d6
commit dd37156e65
No known key found for this signature in database
GPG Key ID: 8ED6D8750C4E3F93

View File

@ -73,11 +73,10 @@ Go to the directory containing the source code:
cd /mnt/c/tmp/basicswap/docker/
The following will set COINDATA_PATH to a directory in your windows home dir.
It's significantly faster to keep COINDATA_PATH in the linux filesystem.
You can access it from the windows side at: `\\wsl$\Ubuntu-20.04`
export COINDATA_PATH=$(wslpath "$(wslvar USERPROFILE)")/coinswaps
echo $COINDATA_PATH
/mnt/c/Users/USER/coinswaps
export COINDATA_PATH=/home/$USER/coinswaps
Continue from the [Run Using Docker](#run-using-docker) section.