diff --git a/nextcloud/docker-compose.yaml b/nextcloud/docker-compose.yaml index 01bb80c..1e288ef 100644 --- a/nextcloud/docker-compose.yaml +++ b/nextcloud/docker-compose.yaml @@ -161,7 +161,7 @@ services: redis: - image: redis + image: redis:7.2.4 restart: unless-stopped command: redis-server --requirepass ${REDIS_HOST_PASSWORD} networks: diff --git a/wallabag/docker-compose.yaml b/wallabag/docker-compose.yaml index 43b6083..0130a05 100644 --- a/wallabag/docker-compose.yaml +++ b/wallabag/docker-compose.yaml @@ -49,7 +49,7 @@ services: - "docker.group=wallabag" redis: - image: redis + image: redis:7.2.4 restart: unless-stopped networks: - wallabag