Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardotommasini authored Nov 2, 2024
1 parent 10ebf49 commit 8222e14
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions redis/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "3"

services:
redis:
image: redis
ports:
- 6379:6379
insight:
image: redis/redisinsight
ports:
- 5540:5540


0 comments on commit 8222e14

Please sign in to comment.