Skip to content

Commit 20f85d5

Browse files
authored
Upgrade Redis images from 7.2.4 to 8.2.3
1 parent 46c8874 commit 20f85d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@ x-models:
2727

2828
services:
2929
redis-0:
30-
image: redis:7.2.4
30+
image: redis:8.2.3
3131
command: redis-server --port 6379 --slave-announce-ip "${EXTERNAL_HOST}"
3232
ports:
3333
- 6379:6379
3434
environment:
3535
- HOST_IP="${EXTERNAL_HOST}"
3636

3737
redis-1:
38-
image: redis:7.2.4
38+
image: redis:8.2.3
3939
command: redis-server --port 6380 --slaveof "${EXTERNAL_HOST}" 6379 --slave-announce-ip "${EXTERNAL_HOST}"
4040
ports:
4141
- 6380:6380
4242
environment:
4343
- HOST_IP="${EXTERNAL_HOST}"
4444

4545
redis-sentinel-0:
46-
image: redis:7.2.4
46+
image: redis:8.2.3
4747
command: |-
4848
bash -c 'cat > /tmp/sentinel.conf <<EOF
4949
port 16379

0 commit comments

Comments
 (0)