Skip to content

Commit ad1a757

Browse files
committed
chore: update readme
1 parent 0b5ff39 commit ad1a757

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ release:
3636

3737
.PHONY: compose
3838
compose:
39-
docker-compose up --build
39+
docker-compose up --build

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ CATCHER_PORT=8080 REDIS_PASSWORD=any docker-compose up --build
6868

6969
```bash
7070
docker run --name redis -p 6379:6379 -e ALLOW_EMPTY_PASSWORD=yes bitnami/redis:latest
71+
make run
7172
```

0 commit comments

Comments
 (0)