Skip to content

Commit

Permalink
Remove unnecessary words
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgalow committed Sep 10, 2023
1 parent 948f970 commit f6df7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ Configuration options are set using environment variables.

## How to deploy

Pre-built Docker images for different architectures are available on [Docker Hub](https://hub.docker.com/repository/docker/paulgalow/racoder/general) and the [GitHub Container Registry](https://github.com/paulgalow/racoder/pkgs/container/racoder/versions?filters%5Bversion_type%5D=tagged). Deploy racoder using Docker Compose on a small home server like a Raspberry Pi or host it (for free) on fly.io.
Pre-built Docker images for different architectures are available on [Docker Hub](https://hub.docker.com/repository/docker/paulgalow/racoder/general) and the [GitHub Container Registry](https://github.com/paulgalow/racoder/pkgs/container/racoder/versions?filters%5Bversion_type%5D=tagged). Deploy using Docker Compose on a small home server like a Raspberry Pi or host it (for free) on fly.io.

### Using Docker Run

Let's use a simple example and deploy an instance of racoder on our local client machine:
Let's use a simple example and deploy an instance on our local client machine:

```sh
docker run \
Expand Down

0 comments on commit f6df7ac

Please sign in to comment.