Skip to content

Commit

Permalink
Setup redis server with Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Jan 17, 2025
1 parent 4be83dc commit d7919dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
services:
redis:
image: 'redis:latest'
ports:
- '6379:6379'

0 comments on commit d7919dc

Please sign in to comment.