Update Redis image version in compose.yaml
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8076:8076
|
- 8076:8076
|
||||||
redis:
|
redis:
|
||||||
image: redis:8.0-alpine
|
image: redis:8-alpine
|
||||||
command: redis-server --unixsocket /data/redis.sock --unixsocketperm 777 --save 900 1 --save 300 10 --save 60 10000
|
command: redis-server --unixsocket /data/redis.sock --unixsocketperm 777 --save 900 1 --save 300 10 --save 60 10000
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user