Skip to content

Commit 787afd5

Browse files
committed
README - add port export for redis
1 parent f6cec56 commit 787afd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ We need two services to be able to run `Sentry`: `Postgres` and `Redis`.
3939

4040
### Running Redis
4141

42-
`docker run --rm --name adex-validator-redis -d redis`
42+
`docker run --rm -p 6379:6379 --name adex-validator-redis -d redis`
4343

4444
### Running Sentry Rest API
4545

0 commit comments

Comments
 (0)