Skip to content

Commit

Permalink
fix: Redis ReadOnly 속성 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
JoosungKwon committed Aug 8, 2023
1 parent 522552e commit f71da67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ services:
ports:
- "6379:6379"
volumes:
- ./data/redis:/data
- ./redis/data:/data
- ./redis/conf/redis.conf:/usr/local/conf/redis.conf
labels:
- "mode=standalone"
restart: always
command: redis-server /usr/local/conf/redis.conf

green:
container_name: green
Expand Down

0 comments on commit f71da67

Please sign in to comment.