Skip to content

Commit

Permalink
Change redisinsight image
Browse files Browse the repository at this point in the history
  • Loading branch information
aldwin7894 committed Apr 12, 2024
1 parent 9b45c85 commit 60f609d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ services:
- redis:/data
redisinsight:
container_name: project-cyan-redisinsight
image: redislabs/redisinsight:latest
image: redis/redisinsight:latest
restart: always
ports:
- 8001:8001
- 5540:5540
volumes:
- redisinsight:/db
- redisinsight:/data

web:
build:
Expand Down

0 comments on commit 60f609d

Please sign in to comment.