Skip to content

Commit

Permalink
chore: rename redis insight (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas authored Apr 26, 2024
1 parent 55fc1e7 commit d36c8ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose-no-webapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ services:
ports:
- "6379:6379"
healthcheck:
test: ["CMD", "redis-cli", "ping"]
test: [ "CMD", "redis-cli", "ping" ]
interval: 10s
timeout: 5s
retries: 5

redisinsight:
container_name: redisinsight
dialogporten-redisinsight:
image: redis/redisinsight
ports:
- "7216:80"
Expand Down

0 comments on commit d36c8ee

Please sign in to comment.