Skip to content

Commit

Permalink
Merge pull request #95 from 2024-Saphy/SAPHY-176-redis-error
Browse files Browse the repository at this point in the history
SAPHY-176 fix: redis error
  • Loading branch information
MinSang22Kim authored Oct 7, 2024
2 parents e4df2b3 + df06781 commit ca11c53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- --collation-server=utf8mb4_unicode_ci

redis:
image: redis:6.2.4
image: redis:6.2.4-alpine
container_name: saphy-redis-container
restart: always
ports:
Expand All @@ -26,5 +26,3 @@ services:
- REDIS_PASSWORD=${REDIS_PASSWORD}
- REDIS_PORT=${REDIS_PORT}
- TZ=Asia/Seoul
command: >
sh -c "redis-server --requirepass ${REDIS_PASSWORD} --port ${REDIS_PORT:-6379}"

0 comments on commit ca11c53

Please sign in to comment.