doc: Keep datadir in the wsl fs.
This commit is contained in:
		
							parent
							
								
									bf684c13d6
								
							
						
					
					
						commit
						dd37156e65
					
				@ -73,11 +73,10 @@ Go to the directory containing the source code:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    cd /mnt/c/tmp/basicswap/docker/
 | 
					    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
 | 
					    export COINDATA_PATH=/home/$USER/coinswaps
 | 
				
			||||||
    echo $COINDATA_PATH
 | 
					 | 
				
			||||||
    /mnt/c/Users/USER/coinswaps
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Continue from the [Run Using Docker](#run-using-docker) section.
 | 
					Continue from the [Run Using Docker](#run-using-docker) section.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user