1
0
Fork 0

feat: 升级 redis 版本到 7.0.12 (#218)

This commit is contained in:
zhengkunwang223 2023-07-11 17:02:43 +08:00 committed by GitHub
parent cb9c4dda91
commit b6ae679624
3 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: '3'
services:
redis:
image: redis:7.0.11
image: redis:7.0.12
restart: always
container_name: ${CONTAINER_NAME}
networks: