Skip to content

Commit

Permalink
[FIX] 도커 컴포즈 redis 이미지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
paragon0107 committed Aug 1, 2024
1 parent 09c5cf7 commit 7209213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
redis:
container_name: redis
image: alpine
image: redis:alpine
hostname: redis
ports:
- "6379:6379"
Expand Down

0 comments on commit 7209213

Please sign in to comment.