So I'm wanting to use a local bitwarden (password management software) backend on my FreeNAS for the obvious reasons of the encrypted data being handled locally.  Specifically, my problem is that once I have my host up and running bitwarden, I can't seem to mount a freeNAS path to the "/data" directory.
So, here is what I've done:
Any help or pointers would be so appreciated!
	
		
			
		
		
	
			
			So, here is what I've done:
- Created a rancherOS VM - Success
 - Setup a basic host in rancher
 - Added bitwarden (docker run -d --name bitwarden -v /bw-data/:/data/ -p 80:80 mprasil/bitwarden:latest
 
Any help or pointers would be so appreciated!