Skip to content

Commit 9a8fbd5

Browse files
committed
build: Fixed redis-stack version
1 parent d5aa46c commit 9a8fbd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: '3.6'
22
services:
33

44
redis:
5-
image: redis/redis-stack-server
5+
image: redis/redis-stack-server:6.2.6-v9
66
hostname: redis
77
container_name: redis
88
ports:
99
- "6379:6379"
1010
restart: always
1111

1212
redis-cli:
13-
image: redis/redis-stack-server
13+
image: redis/redis-stack-server:6.2.6-v9
1414
depends_on:
1515
- redis
1616
command: "redis-cli -h redis FT.CREATE beers ON HASH PREFIX 1 beer: SCHEMA id TAG SORTABLE brewery_id TAG SORTABLE name TEXT SORTABLE abv NUMERIC SORTABLE descript TEXT style_name TAG SORTABLE cat_name TAG SORTABLE"

0 commit comments

Comments
 (0)