Skip to content

Commit

Permalink
feat: redis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Jan 4, 2024
1 parent e43719b commit 0db0507
Show file tree
Hide file tree
Showing 2 changed files with 1,882 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:/etc/redis/redis.conf
command: redis-server /etc/redis/redis.conf
- /etc/redis/redis.conf:/usr/local/etc/redis/redis.conf
command: redis-server /usr/local/etc/redis/redis.conf

nginx:
image: "nginx:alpine"
Expand Down
Loading

0 comments on commit 0db0507

Please sign in to comment.