Skip to content
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 @@ -3,7 +3,7 @@ This is an Memcached Docker image used to launch a Memcached service on Nanobox.

```yaml
data.cache:
image: nanobox/memcached
image: nanobox/memcached:1.4
```

## Memcached Configuration Options
Expand All @@ -23,9 +23,8 @@ Memcached components are configured in your `boxfile.yml`. All available configu
#### Overview of Memcached Boxfile Settings
```yaml
data.cache:
image: nanobox/memcached
image: nanobox/memcached:1.4
config:
version: 1.4
return_error_on_memory_exhausted: false
max_connections: 1024
chunk_size_growth_factor: 1.25
Expand All @@ -48,9 +47,7 @@ When configuring a Memcached component in your Boxfile, you can specify which ve
```yaml
# default setting
data.cache:
image: nanobox/memcached
config:
version: 1.4
image: nanobox/memcached:1.4
```

### Return Error on Memory Exhausted
Expand Down