Skip to content

Commit

Permalink
Merge pull request #134 from EMarshal/main
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid authored Jun 3, 2024
2 parents 08e463f + 8ece756 commit 1132d73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,6 @@ docker logs -f redlib

### Docker CLI

> [!IMPORTANT]
> If deploying on:
>
> - an `arm64` platform, use the `quay.io/redlib/redlib:latest-arm` image instead.
> - an `armv7` platform, use the `quay.io/redlib/redlib:latest-armv7` image instead.
Deploy Redlib:

```bash
Expand Down
2 changes: 0 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
services:
redlib:
image: quay.io/redlib/redlib:latest
# image: quay.io/redlib/redlib:latest-arm # uncomment if you use arm64
# image: quay.io/redlib/redlib:latest-armv7 # uncomment if you use armv7
restart: always
container_name: "redlib"
ports:
Expand Down

0 comments on commit 1132d73

Please sign in to comment.