调整redis.conf位置
This commit is contained in:
parent
39c5898cc5
commit
f945012eb0
@ -7,6 +7,6 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./redis.conf:/etc/redis/redis.conf
|
- ./conf:/etc/redis
|
||||||
command: redis-server /etc/redis/redis.conf
|
command: redis-server /etc/redis/redis.conf
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
Loading…
Reference in New Issue
Block a user