Skip to content

Commit

Permalink
fix: redis
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jan 4, 2024
1 parent 586f719 commit e43719b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ services:
ports:
- "6379:6379"
volumes:
- /etc/redis/redis.conf:/usr/local/etc/redis/redis.conf
command: redis-server /usr/local/etc/redis/redis.conf
- /etc/redis/redis.conf:/etc/redis/redis.conf
command: redis-server /etc/redis/redis.conf

nginx:
image: "nginx:alpine"
Expand Down

0 comments on commit e43719b

Please sign in to comment.