diff --git a/redis.conf b/conf/redis.conf similarity index 100% rename from redis.conf rename to conf/redis.conf diff --git a/docker-compose.yml b/docker-compose.yml index cfa332c..9cb8553 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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