* persistent lnbits db with lnbits superuser * map localhost:5001 -> lnbits:5000 in local dev for LNbits receives * updated ATTACH.md
		
			
				
	
	
		
			5 lines
		
	
	
		
			143 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			143 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM lnbits/lnbits:0.12.5
 | 
						|
 | 
						|
 | 
						|
COPY ["./data/database.sqlite3", "/app/data/database.sqlite3"]
 | 
						|
COPY ["./data/.super_user", "/app/data/.super_user"] |