From 69935e53fac6b408b0c19fd2edc33b5c9064b0b3 Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:01:27 +0200 Subject: [PATCH] Updated Migrate from V1 to V2 (markdown) --- Migrate-from-V1-to-V2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Migrate-from-V1-to-V2.md b/Migrate-from-V1-to-V2.md index 9c729c0..17257b6 100644 --- a/Migrate-from-V1-to-V2.md +++ b/Migrate-from-V1-to-V2.md @@ -50,7 +50,7 @@ The container doesn't need the `--net=host` flag anymore, so you can run it like docker run -d \ --name iSponsorBlockTV \ --restart=unless-stopped \ --v /PATH_TO_YOUR_CONFIG.json:/app/config.json \ +-v /PATH_TO_YOUR_DATA_DIR:/app/data \ ghcr.io/dmunozv04/isponsorblocktv ```