diff --git a/Installation.md b/Installation.md index 458caf9..2e84862 100644 --- a/Installation.md +++ b/Installation.md @@ -37,6 +37,7 @@ services: image: ghcr.io/dmunozv04/isponsorblocktv container_name: iSponsorBlockTV restart: unless-stopped + network_mode: host volumes: - /PATH_TO_YOUR_DATA_DIR:/app/data #enter the same pathway as you used for your configurator in step 1 ```