diff --git a/README.md b/README.md index 607dff5e..576ff842 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/contrib/docker-swarm/docker-compose.yml b/contrib/docker-swarm/docker-compose.yml index 30d52f90..0d20c4cb 100644 --- a/contrib/docker-swarm/docker-compose.yml +++ b/contrib/docker-swarm/docker-compose.yml @@ -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: diff --git a/docker-compose.yml b/docker-compose.yml index 6a285949..53dd1b10 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/docs/docker-compose-registry.yml b/docs/docker-compose-registry.yml index 676dc10e..1a8ba4b6 100644 --- a/docs/docker-compose-registry.yml +++ b/docs/docker-compose-registry.yml @@ -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: diff --git a/docs/s3_compatible_storage.md b/docs/s3_compatible_storage.md index 665b28a7..adb4126f 100644 --- a/docs/s3_compatible_storage.md +++ b/docs/s3_compatible_storage.md @@ -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: