Update sql_cheatsheet.md
This commit is contained in:
		| @@ -13,12 +13,12 @@ Feel free to use a visual Database editor like SqliteBrowser if you feel more co | ||||
| sudo apt-get install sqlite3 | ||||
| ``` | ||||
|  | ||||
| ### Using sqlite3 via docker-compose | ||||
| ### Using sqlite3 via docker | ||||
|  | ||||
| The freqtrade docker image does contain sqlite3, so you can edit the database without having to install anything on the host system. | ||||
|  | ||||
| ``` bash | ||||
| docker-compose exec freqtrade /bin/bash | ||||
| docker compose exec freqtrade /bin/bash | ||||
| sqlite3 <database-file>.sqlite | ||||
| ``` | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user