mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-10 05:27:00 +03:00
Downgrade redis
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
redis:
|
redis:
|
||||||
container_name: redis
|
container_name: redis
|
||||||
image: redis:6.2
|
image: redis:6.0
|
||||||
command: /usr/local/etc/redis/redis.conf
|
command: /usr/local/etc/redis/redis.conf
|
||||||
volumes:
|
volumes:
|
||||||
- ./redis/redis.conf:/usr/local/etc/redis/redis.conf
|
- ./redis/redis.conf:/usr/local/etc/redis/redis.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user