Skip to content

Commit

Permalink
deploy: docker-compose 오타 수정 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwooo committed Apr 2, 2024
1 parent b87682d commit 1678d55
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
Expand Up @@ -15,7 +15,7 @@ services:
image: redis
container_name: redis-cache
environment:
REDIS_PASSROD: ${REDIS_PASSWORD}
REDIS_PASSWORD: ${REDIS_PASSWORD}
command: redis-server --requirepass ${REDIS_PASSWORD} --port 6379
ports:
- 6379:6379
Expand Down

0 comments on commit 1678d55

Please sign in to comment.