Skip to content

Commit

Permalink
Merge pull request #136 from Team-Tiki/hotfix/135-docker-compose
Browse files Browse the repository at this point in the history
[HOTFIX] 도커 컴포즈 redis 이미지 수정
  • Loading branch information
paragon0107 authored Aug 1, 2024
2 parents 09c5cf7 + 7209213 commit 3acce82
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 3acce82

Please sign in to comment.