Skip to content

Commit 858b4ef

Browse files
committed
Replace Bitnami Redis with official Redis image
The Bitnami Redis 6.0 image is no longer available. This commit switches to using the official Redis 6.0 image. Changes: - Replace docker.io/bitnami/redis:6.0 with redis:6.0 - Remove ALLOW_EMPTY_PASSWORD (official Redis has no auth by default) - Update volume path comment to /data (standard Redis data directory)
1 parent 889bf5b commit 858b4ef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,10 @@ jobs:
6868
# networks:
6969
# - app-network
7070

71-
- image: docker.io/bitnami/redis:6.0
71+
- image: redis:6.0
7272
name: restarters_discourse_redis
73-
environment:
74-
- ALLOW_EMPTY_PASSWORD=yes
7573
# volumes:
76-
# - 'redis_data:/bitnami/discourse'
74+
# - 'redis_data:/data'
7775
# networks:
7876
# - app-network
7977

0 commit comments

Comments
 (0)