调整redis.conf位置

This commit is contained in:
wandoubaba 2024-02-22 15:02:14 +08:00
parent 39c5898cc5
commit f945012eb0
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ services:
restart: always
volumes:
- ./data:/data
- ./redis.conf:/etc/redis/redis.conf
- ./conf:/etc/redis
command: redis-server /etc/redis/redis.conf
network_mode: host