forked from freeleaps/freeleaps-pub
Update for redis image typo in docker-compose file
This commit is contained in:
parent
3a3ba9d002
commit
0e246177e9
@ -64,7 +64,7 @@ services:
|
|||||||
redis:
|
redis:
|
||||||
platform: linux/${ARCH:-arm64}
|
platform: linux/${ARCH:-arm64}
|
||||||
container_name: freeleaps2-redis
|
container_name: freeleaps2-redis
|
||||||
image: rabbitmq:latest
|
image: redis:latest
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user