Skip to content

Commit 5d27e36

Browse files
committed
docs: upgrade redis to redis:5.0.9
1 parent c240c5e commit 5d27e36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Step 2. Launch a redis container
180180
```bash
181181
docker run --name gitlab-redis -d \
182182
--volume /srv/docker/gitlab/redis:/var/lib/redis \
183-
sameersbn/redis:4.0.9-2
183+
redis:5.0.9
184184
```
185185

186186
Step 3. Launch the gitlab container
@@ -359,15 +359,15 @@ To illustrate linking with a redis container, we will use the [sameersbn/redis](
359359
First, lets pull the redis image from the docker index.
360360

361361
```bash
362-
docker pull sameersbn/redis:4.0.9-2
362+
docker pull redis:5.0.9
363363
```
364364

365365
Lets start the redis container
366366

367367
```bash
368368
docker run --name gitlab-redis -d \
369369
--volume /srv/docker/gitlab/redis:/var/lib/redis \
370-
sameersbn/redis:4.0.9-2
370+
redis:5.0.9
371371
```
372372

373373
We are now ready to start the GitLab application.

0 commit comments

Comments
 (0)