From bfc215e4925fdec953c39fdc18e86530a14a13ba Mon Sep 17 00:00:00 2001 From: Adam Novak Date: Sun, 30 Oct 2022 13:14:31 -0400 Subject: [PATCH] Remove probably outdated permission-related tip --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 6c7dbf2..8122f3d 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,6 @@ The API will be available on `http://localhost:8000`. For example, you can try ` ``` then you are using an old version of `docker compose` which does not fully support the Compose Specification and [requires a 'version' key to differentiate the file from a V1 compose file](https://docs.docker.com/compose/compose-file/#version-top-level-element). Try appending `version: "3"` to the file. -* On the first run of `docker compose`, even after the database files are downloaded, you may see errors like `could not open file "/mirror/sponsorTimes.csv" for reading: Permission denied`. Assuming the permissions on the `.csv` files are actually set to be world-readable, you might be able to fix this by stopping and restarting `docker compose`. - * To access the PosgresQL database directly, you can `docker exec -ti postgres-sb-mirror bash -c 'psql $POSTGRES_DB $POSTGRES_USER'`. * Requests for videos not in the database are forwarded to `https://sponsor.ajay.app/`, which may be down or malfunctioning. A response of the string `Internal Server Error` is likely to be from there, rather than from this application.