Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rssws authored Jun 11, 2022
1 parent 3926f5f commit 6455081
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,22 @@ Prerequisites: `docker` (and `docker compose`)
Apply for a key on their website if you don't have any.
This project can work with their free plan. Use it for non-commercial purposes!

3. Build the images locally:

```bash
docker compose build
```
3. Get the docker images:
1. Pull the image directly:

```bash
docker compose pull
```

**Docker Hub:**
[pi-client](https://hub.docker.com/repository/docker/rssws/pi-client),
[pi-service](https://hub.docker.com/repository/docker/rssws/pi-service)

2. Or build the images locally:

```bash
docker compose build
```

4. Bring up the containers:
```bash
Expand Down

0 comments on commit 6455081

Please sign in to comment.