Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KTachibanaM committed Oct 20, 2024
1 parent d8ee0c1 commit ad1f5b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The image recognition endpoints are not enabled by default. In order to enable t
1. Download the model. Create a new directory `blobs` under the docker compose root directory, download and run the [`download.sh`](https://github.com/sekai-soft/rss-lambda/blob/master/blobs/download.sh) file under that `blobs` directory.

2. Use the following `docker-compose.yml` file to run the program
2. Use the following `docker-compose.yml` file instead to run the program
```yaml
services:
app:
Expand All @@ -96,6 +96,8 @@ services:
image: ghcr.io/sekai-soft/rss-lambda:latest
volumes:
- ./blobs:/app/blobs
- ./cache:/app/cache
- ./file_cache:/app/file_cache
```

## Development
Expand Down

0 comments on commit ad1f5b0

Please sign in to comment.