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 ```