|
@@ -21,6 +21,7 @@ services:
|
|
volumes:
|
|
volumes:
|
|
- $PWD/conf/etc/localtime:/etc/localtime:ro
|
|
- $PWD/conf/etc/localtime:/etc/localtime:ro
|
|
- $PWD/conf/redis/6379.conf:/etc/redis/redis.conf
|
|
- $PWD/conf/redis/6379.conf:/etc/redis/redis.conf
|
|
|
|
+ - $PWD/conf/redis:/var/redis
|
|
container_name: "logic-redis"
|
|
container_name: "logic-redis"
|
|
command: [redis-server,"/etc/redis/redis.conf"]
|
|
command: [redis-server,"/etc/redis/redis.conf"]
|
|
|
|
|