Skip to content

Commit

Permalink
docs: upgrade redis to redis:5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
beli68 committed Mar 12, 2021
1 parent c240c5e commit 5d27e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Step 2. Launch a redis container
```bash
docker run --name gitlab-redis -d \
--volume /srv/docker/gitlab/redis:/var/lib/redis \
sameersbn/redis:4.0.9-2
redis:5.0.9
```

Step 3. Launch the gitlab container
Expand Down Expand Up @@ -359,15 +359,15 @@ 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:4.0.9-2
docker pull redis:5.0.9
```

Lets start the redis container

```bash
docker run --name gitlab-redis -d \
--volume /srv/docker/gitlab/redis:/var/lib/redis \
sameersbn/redis:4.0.9-2
redis:5.0.9
```

We are now ready to start the GitLab application.
Expand Down

0 comments on commit 5d27e36

Please sign in to comment.