You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-compose.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@ version: '3.6'
2
2
services:
3
3
4
4
redis:
5
-
image: redis/redis-stack-server
5
+
image: redis/redis-stack-server:6.2.6-v9
6
6
hostname: redis
7
7
container_name: redis
8
8
ports:
9
9
- "6379:6379"
10
10
restart: always
11
11
12
12
redis-cli:
13
-
image: redis/redis-stack-server
13
+
image: redis/redis-stack-server:6.2.6-v9
14
14
depends_on:
15
15
- redis
16
16
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