Skip to content

Commit

Permalink
updated the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alash3al committed Jan 15, 2022
1 parent 04c5969 commit 49ca884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 49ca884

Please sign in to comment.