Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 740ef85

Browse files
committed
Updates examples with release tag numbers.
1 parent 121ff4e commit 740ef85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ docker run -d \
4141
--name redis.1 \
4242
-p 6379:6379/tcp \
4343
--sysctl "net.core.somaxconn=1024" \
44-
jdeathe/centos-ssh-redis:2.1.1
44+
jdeathe/centos-ssh-redis:4.0.0
4545
```
4646

4747
Now you can verify it is initialised and running successfully by inspecting the container's logs.
@@ -75,7 +75,7 @@ $ docker run \
7575
--env "REDIS_MAXMEMORY_SAMPLES=10" \
7676
--env "REDIS_OPTIONS=--loglevel verbose" \
7777
--env "REDIS_TCP_BACKLOG=2048" \
78-
jdeathe/centos-ssh-redis:2.1.1
78+
jdeathe/centos-ssh-redis:4.0.0
7979
```
8080

8181
#### Environment Variables

0 commit comments

Comments
 (0)