From 27fe37bd6b4c805b1b68f20e0b893031cff5bc27 Mon Sep 17 00:00:00 2001 From: mihalin Date: Thu, 16 Jun 2022 03:42:20 +0300 Subject: [PATCH] freeze redis version --- docker-compose-debug.yaml | 2 +- docker-compose-full.yaml | 2 +- docker-compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose-debug.yaml b/docker-compose-debug.yaml index 4beb41b..d06fcc8 100644 --- a/docker-compose-debug.yaml +++ b/docker-compose-debug.yaml @@ -13,7 +13,7 @@ services: volumes: - database:/var/lib/postgresql/data redis: - image: 'bitnami/redis:latest' + image: 'bitnami/redis:6.2.7' environment: - ALLOW_EMPTY_PASSWORD=yes volumes: diff --git a/docker-compose-full.yaml b/docker-compose-full.yaml index eb9bc57..413660d 100644 --- a/docker-compose-full.yaml +++ b/docker-compose-full.yaml @@ -13,7 +13,7 @@ services: labels: - 'com.centurylinklabs.watchtower.enable="false"' redis: - image: 'bitnami/redis:latest' + image: 'bitnami/redis:6.2.7' restart: unless-stopped environment: - ALLOW_EMPTY_PASSWORD=yes diff --git a/docker-compose.yaml b/docker-compose.yaml index 545c544..edcb6c6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -9,7 +9,7 @@ services: volumes: - database:/var/lib/postgresql/data redis: - image: 'bitnami/redis:latest' + image: 'bitnami/redis:6.2.7' restart: unless-stopped environment: - ALLOW_EMPTY_PASSWORD=yes