Skip to content

Commit

Permalink
build($Redis): change Redis config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Mar 1, 2021
1 parent f6c32ee commit 7d31473
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
restart: always
volumes:
- "~/docker-file-mapping/${REDIS_CONTAINER_NAME}:/data"
- ./script/redis/redis.conf:/usr/local/etc/redis/redis.conf
- ./config/redis/redis.conf:/usr/local/etc/redis/redis.conf
environment:
TZ: ${MAF_TIMEZONE}
command: "redis-server /usr/local/etc/redis/redis.conf"
Expand Down

0 comments on commit 7d31473

Please sign in to comment.