We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5ff39 commit ad1a757Copy full SHA for ad1a757
Makefile
@@ -36,4 +36,4 @@ release:
36
37
.PHONY: compose
38
compose:
39
- docker-compose up --build
+ docker-compose up --build
README.md
@@ -68,4 +68,5 @@ CATCHER_PORT=8080 REDIS_PASSWORD=any docker-compose up --build
68
69
```bash
70
docker run --name redis -p 6379:6379 -e ALLOW_EMPTY_PASSWORD=yes bitnami/redis:latest
71
+make run
72
```
0 commit comments