From 7d952f7f18733d23a296afa226be216cbd1f3aea Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Wed, 27 Dec 2023 00:20:22 -0500 Subject: [PATCH] [FIX] Readme fix commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc4b063..2694f52 100644 --- a/README.md +++ b/README.md @@ -150,13 +150,13 @@ cargo install libreddit Deploy the [Docker image](https://quay.io/repository/redlib/redlib) of Redlib: ``` docker pull quay.io/redlib/redlib -docker run -d --name redlib -p 8080:8080 redlib +docker run -d --name redlib -p 8080:8080 quay.io/redlib/redlib ``` Deploy using a different port (in this case, port 80): ``` docker pull quay.io/redlib/redlib -docker run -d --name redlib -p 80:8080 redlib +docker run -d --name redlib -p 80:8080 quay.io/redlib/redlib ``` To deploy on `arm64` platforms, simply replace `quay.io/redlib/redlib` in the commands above with `quay.io/redlib/redlib:arm`.