Skip to content

Commit

Permalink
Merge pull request #173 from gabrielrufino/develop
Browse files Browse the repository at this point in the history
Update default version of redisinsight
  • Loading branch information
gabrielrufino authored Aug 8, 2023
2 parents 19e9ffb + 5ab26fe commit 6538297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ services:
- 6379:6379
restart: ${REDIS_RESTART_POLICY-no}
redisinsight:
image: redislabs/redisinsight:${REDISINSIGHT_VERSION-1.13.1}
image: redislabs/redisinsight:${REDISINSIGHT_VERSION-1.14.0}
container_name: ${REDISINSIGHT_CONTAINER_NAME-}
ports:
- 8001:8001
Expand Down
2 changes: 1 addition & 1 deletion docs/redisinsight.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docker compose up -d redisinsight

| **Name** | **Default** |
| ----------------------------- | --------------------- |
| REDISINSIGHT_VERSION | 1.13.1 |
| REDISINSIGHT_VERSION | 1.14.0 |
| REDISINSIGHT_CONTAINER_NAME | |
| REDISINSIGHT_RITRUSTEDORIGINS | http://localhost:8001 |
| REDISINSIGHT_RESTART_POLICY | no |

0 comments on commit 6538297

Please sign in to comment.