Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to config: version option #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is an Redis Docker image used to launch a Redis service on Nanobox. To use

```yaml
data.redis:
image: nanobox/redis
image: nanobox/redis:2.8
```

## Redis Configuration Options
Expand Down Expand Up @@ -47,9 +47,8 @@ Advanced Configs
#### Overview of Redis boxfile.yml Settings
```yaml
data.redis:
image: nanobox/redis
image: nanobox/redis:2.8
config:
version: 2.8
tcp_keepalive: 60
databases: 16
stop_writes_on_bgsave_error: 'yes'
Expand Down Expand Up @@ -96,9 +95,7 @@ When configuring a Redis service in your Boxfile, can specify which version of R
```yaml
# default setting
data.redis:
image: nanobox/redis
config:
version: 3.0
image: nanobox/redis:2.8
```

### TCP Keepalive
Expand Down