From 7de46281e2aaa4b07d400f07512c09db11c095e3 Mon Sep 17 00:00:00 2001 From: Viren070 Date: Tue, 4 Mar 2025 01:37:25 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5943b1..8560470 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ On your server/VPS: 6. Fill in all the values, making sure to read all the comments. 7. Run this command: ``` - docker compose up -d + docker compose --profile stremio up -d ``` 8. Go to the prowlarr and jackett dashboards and configure them. Ensure you add authentication as they will be public. 9. Now, fill in the values for `JACKETT_API_KEY`, `PROWLARR_API_KEY`, and `COMET_INDEXERS` by getting the values from the respective dashboards 10. If using Seanime, change the `host` under `[server]` in the ./seanime-config/config.toml file from `127.0.0.1` to `0.0.0.0` -11. Force a recreation for the updated configuration: +11. Restart for the updated configuration: ``` - docker compose down - docker compose up -d --force-recreate + docker compose down seanime + docker compose --profile seanime up -d ```