From f30910d44b7e41232dd8f3eea819c3bd3206996c Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:53:06 +0200 Subject: [PATCH] Updated Migrate from V1 to V2 (markdown) --- Migrate-from-V1-to-V2.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Migrate-from-V1-to-V2.md b/Migrate-from-V1-to-V2.md index 405cfdc..c5bfed6 100644 --- a/Migrate-from-V1-to-V2.md +++ b/Migrate-from-V1-to-V2.md @@ -12,7 +12,7 @@ This is because the config file, and the way this application connects to your d ## How to migrate ### 1 Config file is now stored in `data` directory: To avoid issues with mounting bare files on docker, and to allow having more files in the future, the config file is now stored in a directory called `data`. -If you're using docker, you'll need to change the path to the config file to `/app/data/config.json`. See below for a full example. +If you're using docker, you'll need to change the mount path to `/app/data`. See below for a full example. ## _Warning: you'll need to add ALL your devices again since the method of connecting to them has changed._ ### 2.1 Using the new graphical configurator tool: You can use the graphical setup wizard (powered by [textual](https://github.com/Textualize/textual)). @@ -52,4 +52,5 @@ docker run -d \ --restart=unless-stopped \ -v /PATH_TO_YOUR_CONFIG.json:/app/config.json \ ghcr.io/dmunozv04/isponsorblocktv -``` \ No newline at end of file +``` +