From 49ca884ea33fa0aa632b636abb73a3fe7265ef54 Mon Sep 17 00:00:00 2001 From: Mohamed Al Ashaal Date: Sat, 15 Jan 2022 11:37:10 +0200 Subject: [PATCH] updated the Dockerfile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddfae44..2075a8c 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Usage ===== - Assuming you downloaded the official docker image via `docker pull ghcr.io/alash3al/redix` - Assuming that you have a configurations file called `./redix.hcl` -- Just execute `docker run -v $(pwd)/redix.hcl:/etc/redix/redix.hcl -p6380:6380 ghcr.io/alash3al/redix` +- Just execute `docker run -v $(pwd)/redix.hcl:/etc/redix/redix.hcl -p 6380:6380 ghcr.io/alash3al/redix` - Assuming that the redix-server is listening on localhost on port `6380` - Connect to it using any redis client i.e `$ redis-cli -p 6380` - Nothing else! \ No newline at end of file