Merge pull request #1680 from sameersbn/redis-4

redis: upgrade to redis-4.x in samples with `--protected-mode no` flag
This commit is contained in:
Niclas Mietz 2018-07-29 07:49:23 +02:00 committed by GitHub
commit 340f5c4818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -181,7 +181,7 @@ Step 2. Launch a redis container
```bash
docker run --name gitlab-redis -d \
--volume /srv/docker/gitlab/redis:/var/lib/redis \
sameersbn/redis:3.0.6
sameersbn/redis:4.0.9-1
```
Step 3. Launch the gitlab container
@ -443,7 +443,7 @@ To illustrate linking with a redis container, we will use the [sameersbn/redis](
First, lets pull the redis image from the docker index.
```bash
docker pull sameersbn/redis:3.0.6
docker pull sameersbn/redis:4.0.9-1
```
Lets start the redis container
@ -451,7 +451,7 @@ Lets start the redis container
```bash
docker run --name gitlab-redis -d \
--volume /srv/docker/gitlab/redis:/var/lib/redis \
sameersbn/redis:3.0.6
sameersbn/redis:4.0.9-1
```
We are now ready to start the GitLab application.

View File

@ -3,7 +3,7 @@ version: '3.4'
services:
redis:
restart: always
image: sameersbn/redis:latest
image: sameersbn/redis:4.0.9-1
command:
- --loglevel warning
volumes:

View File

@ -3,7 +3,7 @@ version: '2'
services:
redis:
restart: always
image: sameersbn/redis:3.0.6
image: sameersbn/redis:4.0.9-1
command:
- --loglevel warning
volumes:

View File

@ -3,7 +3,7 @@ version: '2'
services:
redis:
restart: always
image: sameersbn/redis:3.0.6
image: sameersbn/redis:4.0.9-1
command:
- --loglevel warning
volumes:

View File

@ -72,7 +72,7 @@ version: '2'
services:
redis:
restart: always
image: sameersbn/redis:3.0.6
image: sameersbn/redis:4.0.9-1
command:
- --loglevel warning
volumes: