Skip to content

Commit

Permalink
Updated the README file.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
  • Loading branch information
Jack12816 committed Nov 13, 2024
1 parent 29ce46f commit 6cf987c
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,14 @@ The port 6379 is untouched.
## docker-compose usage example

```yaml
redis:
image: hausgold/redis
environment:
# Mind the .local suffix
- MDNS_HOSTNAME=redis.test.local
# We allow additional redis-server arguments via: (default)
- REDIS_ARGS="--databases 1000"
ports:
# The ports are just for you to know when configure your
# container links, on depended containers
- "6379"
services:
redis:
image: hausgold/redis
environment:
# Mind the .local suffix
- MDNS_HOSTNAME=redis.test.local
# We allow additional redis-server arguments via: (default)
- REDIS_ARGS="--databases 1000"
```
## Host configs
Expand Down

0 comments on commit 6cf987c

Please sign in to comment.