Update for redis image typo in docker-compose file

This commit is contained in:
timqiu 2025-03-07 10:33:03 +08:00
parent 3a3ba9d002
commit 0e246177e9

View File

@ -64,7 +64,7 @@ services:
redis:
platform: linux/${ARCH:-arm64}
container_name: freeleaps2-redis
image: rabbitmq:latest
image: redis:latest
restart: always
ports:
- 6379:6379